mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
aa5b2a756e
Co-authored-by: Renovate Bot <bot@renovateapp.com>
35 lines
1001 B
JSON
35 lines
1001 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.31.2",
|
|
"@typescript-eslint/parser": "^4.31.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-jest": "^24.4.2",
|
|
"eslint-plugin-react": "^7.25.3",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "2.4.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"build:all": "lerna run build",
|
|
"lint:all": "lerna run lint",
|
|
"test:all": "lerna run test",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"workspaces": [
|
|
"extension",
|
|
"packages/*",
|
|
"packages/d3-state-visualizer/examples/tree",
|
|
"packages/react-json-tree/examples",
|
|
"packages/redux-devtools/examples/counter",
|
|
"packages/redux-devtools/examples/todomvc",
|
|
"packages/redux-devtools-slider-monitor/examples/todomvc"
|
|
],
|
|
"resolutions": {
|
|
"@babel/highlight/chalk": "Methuselah96/chalk#head=v2-without-process"
|
|
},
|
|
"packageManager": "yarn@3.0.2"
|
|
}
|