2018-12-07 17:44:11 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2021-09-05 04:53:32 +03:00
|
|
|
"@babel/cli": "^7.15.4",
|
|
|
|
"@babel/core": "^7.15.5",
|
2021-06-19 04:47:26 +03:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
2021-08-26 16:52:23 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
2021-09-05 04:53:32 +03:00
|
|
|
"@babel/preset-env": "^7.15.4",
|
2021-06-20 06:08:00 +03:00
|
|
|
"@babel/preset-react": "^7.14.5",
|
2021-08-26 16:52:23 +03:00
|
|
|
"@babel/preset-typescript": "^7.15.0",
|
2021-08-29 07:39:18 +03:00
|
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
2021-08-27 19:08:40 +03:00
|
|
|
"@types/jest": "^27.0.1",
|
2021-09-05 04:53:32 +03:00
|
|
|
"@types/node": "^14.17.14",
|
2021-08-29 07:09:37 +03:00
|
|
|
"@types/webpack": "^5.28.0",
|
2021-09-05 04:53:32 +03:00
|
|
|
"@types/webpack-dev-server": "^4.1.0",
|
2021-08-26 16:52:23 +03:00
|
|
|
"@types/webpack-env": "^1.16.2",
|
2021-09-05 04:53:32 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
|
|
"@typescript-eslint/parser": "^4.30.0",
|
2020-08-01 21:21:04 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-06-19 04:47:26 +03:00
|
|
|
"babel-loader": "^8.2.2",
|
2021-09-01 17:16:47 +03:00
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
2021-08-29 07:39:18 +03:00
|
|
|
"copy-webpack-plugin": "^9.0.1",
|
2021-06-19 04:47:26 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2021-08-29 16:58:25 +03:00
|
|
|
"css-loader": "^6.2.0",
|
2021-08-26 16:52:23 +03:00
|
|
|
"eslint": "^7.32.0",
|
2021-08-27 06:23:46 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2020-08-01 21:21:04 +03:00
|
|
|
"eslint-plugin-babel": "^5.3.1",
|
2021-08-27 07:16:15 +03:00
|
|
|
"eslint-plugin-jest": "^24.4.0",
|
2021-09-05 04:53:32 +03:00
|
|
|
"eslint-plugin-react": "^7.25.1",
|
2021-06-19 04:47:26 +03:00
|
|
|
"file-loader": "^6.2.0",
|
2021-09-05 04:53:32 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.3.3",
|
2021-08-29 08:00:18 +03:00
|
|
|
"html-loader": "^2.1.2",
|
2021-08-29 17:25:33 +03:00
|
|
|
"html-webpack-plugin": "^5.3.2",
|
2021-08-27 19:08:40 +03:00
|
|
|
"jest": "^27.1.0",
|
2021-08-27 01:29:54 +03:00
|
|
|
"lerna": "^4.0.0",
|
2021-08-26 16:52:23 +03:00
|
|
|
"prettier": "^2.3.2",
|
2021-06-20 06:08:00 +03:00
|
|
|
"pug-html-loader": "^1.1.5",
|
2021-06-19 04:47:26 +03:00
|
|
|
"raw-loader": "^4.0.2",
|
2020-08-16 16:00:54 +03:00
|
|
|
"rimraf": "^3.0.2",
|
2021-08-29 08:20:57 +03:00
|
|
|
"style-loader": "^3.2.1",
|
2021-06-19 04:47:26 +03:00
|
|
|
"stylelint": "^13.13.1",
|
2020-09-09 17:35:22 +03:00
|
|
|
"stylelint-config-prettier": "^8.0.2",
|
2021-08-27 04:09:00 +03:00
|
|
|
"stylelint-config-standard": "^22.0.0",
|
2020-09-09 17:35:22 +03:00
|
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
|
|
"stylelint-processor-styled-components": "^1.10.0",
|
2021-08-27 19:08:40 +03:00
|
|
|
"ts-jest": "^27.0.5",
|
2021-08-27 08:48:54 +03:00
|
|
|
"ts-node": "^10.2.1",
|
2021-08-30 04:57:49 +03:00
|
|
|
"typescript": "~4.3.5",
|
2021-06-19 04:47:26 +03:00
|
|
|
"url-loader": "^4.1.1",
|
2021-09-05 04:53:32 +03:00
|
|
|
"webpack": "^5.52.0",
|
2021-08-27 23:23:35 +03:00
|
|
|
"webpack-cli": "^4.8.0",
|
2021-09-05 04:53:32 +03:00
|
|
|
"webpack-dev-server": "^4.1.0"
|
2018-12-07 17:44:11 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-12-11 03:28:55 +03:00
|
|
|
"lerna": "lerna",
|
2018-12-21 22:31:45 +03:00
|
|
|
"build:all": "lerna run build",
|
2018-12-11 03:28:55 +03:00
|
|
|
"publish": "lerna publish",
|
|
|
|
"canary": "lerna publish --canary preminor --npm-tag alpha",
|
|
|
|
"next": "lerna publish --bump prerelease --npm-tag next",
|
2020-09-09 17:35:22 +03:00
|
|
|
"lint:all": "lerna run lint",
|
2020-08-19 17:07:30 +03:00
|
|
|
"prettify": "prettier --write .",
|
|
|
|
"prettier:check": "prettier --check .",
|
2019-01-09 03:18:30 +03:00
|
|
|
"test": "jest --onlyChanged",
|
2021-06-20 06:08:00 +03:00
|
|
|
"test:all": "lerna run test"
|
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",
|
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",
|
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"
|
|
|
|
}
|
2018-12-07 17:44:11 +03:00
|
|
|
}
|