2018-12-07 17:44:11 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2021-10-04 21:57:11 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
|
|
"@typescript-eslint/parser": "^4.33.0",
|
2021-09-20 00:59:01 +03:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-10-10 23:17:01 +03:00
|
|
|
"eslint-plugin-jest": "^25.0.1",
|
2021-10-04 07:29:49 +03:00
|
|
|
"eslint-plugin-react": "^7.26.1",
|
2021-10-11 07:16:48 +03:00
|
|
|
"jest": "^27.2.5",
|
2021-08-27 01:29:54 +03:00
|
|
|
"lerna": "^4.0.0",
|
2021-09-20 00:59:01 +03:00
|
|
|
"prettier": "2.4.1",
|
2021-10-05 05:32:03 +03:00
|
|
|
"typescript": "~4.4.3"
|
2018-12-07 17:44:11 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-19 02:47:03 +03:00
|
|
|
"format": "prettier --write .",
|
2018-12-21 22:31:45 +03:00
|
|
|
"build:all": "lerna run build",
|
2020-09-09 17:35:22 +03:00
|
|
|
"lint:all": "lerna run lint",
|
2021-09-19 02:47:03 +03:00
|
|
|
"test:all": "lerna run test",
|
|
|
|
"format:check": "prettier --check ."
|
2018-12-07 17:44:11 +03:00
|
|
|
},
|
|
|
|
"workspaces": [
|
2021-06-20 06:08:00 +03:00
|
|
|
"extension",
|
2020-08-01 00:32:41 +03:00
|
|
|
"packages/*",
|
2020-08-05 15:42:25 +03:00
|
|
|
"packages/d3-state-visualizer/examples/tree",
|
2021-09-22 05:57:17 +03:00
|
|
|
"packages/react-dock/demo",
|
2020-08-01 00:41:16 +03:00
|
|
|
"packages/react-json-tree/examples",
|
|
|
|
"packages/redux-devtools/examples/counter",
|
2020-08-01 06:51:44 +03:00
|
|
|
"packages/redux-devtools/examples/todomvc",
|
2021-09-25 07:12:30 +03:00
|
|
|
"packages/redux-devtools-inspector-monitor/demo",
|
2021-09-25 07:54:14 +03:00
|
|
|
"packages/redux-devtools-inspector-monitor-test-tab/demo",
|
2021-09-25 16:21:12 +03:00
|
|
|
"packages/redux-devtools-rtk-query-monitor/demo",
|
2020-08-09 16:46:22 +03:00
|
|
|
"packages/redux-devtools-slider-monitor/examples/todomvc"
|
2021-08-29 21:32:44 +03:00
|
|
|
],
|
|
|
|
"resolutions": {
|
|
|
|
"@babel/highlight/chalk": "Methuselah96/chalk#head=v2-without-process"
|
2021-09-18 17:17:27 +03:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.0.2"
|
2018-12-07 17:44:11 +03:00
|
|
|
}
|