2018-12-07 17:44:11 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2022-02-06 04:20:56 +03:00
|
|
|
"@babel/core": "^7.17.0",
|
|
|
|
"@babel/eslint-parser": "^7.17.0",
|
2022-01-31 00:45:07 +03:00
|
|
|
"@changesets/cli": "^2.20.0",
|
2022-02-06 04:20:56 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
|
|
"@typescript-eslint/parser": "^5.10.2",
|
2022-01-31 04:37:35 +03:00
|
|
|
"eslint": "^8.8.0",
|
2021-09-20 00:59:01 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2022-01-29 18:14:25 +03:00
|
|
|
"eslint-plugin-jest": "^26.0.0",
|
2021-12-27 05:12:31 +03:00
|
|
|
"eslint-plugin-react": "^7.28.0",
|
2021-11-10 17:32:42 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2022-02-06 04:20:56 +03:00
|
|
|
"jest": "^27.5.0",
|
2021-08-27 01:29:54 +03:00
|
|
|
"lerna": "^4.0.0",
|
2021-12-08 07:11:07 +03:00
|
|
|
"prettier": "2.5.1",
|
2022-01-23 02:00:06 +03:00
|
|
|
"typescript": "~4.5.5"
|
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",
|
2022-01-31 02:38:03 +03:00
|
|
|
"format:check": "prettier --check .",
|
|
|
|
"release": "yarn build:all && changeset publish"
|
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
|
|
|
},
|
2021-12-04 22:04:59 +03:00
|
|
|
"packageManager": "yarn@3.1.1"
|
2018-12-07 17:44:11 +03:00
|
|
|
}
|