2018-12-07 17:44:11 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
2021-08-26 16:52:23 +03:00
|
|
|
"@babel/cli": "^7.14.8",
|
|
|
|
"@babel/core": "^7.15.0",
|
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",
|
|
|
|
"@babel/preset-env": "^7.15.0",
|
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",
|
|
|
|
"@types/jest": "^26.0.24",
|
|
|
|
"@types/node": "^14.17.12",
|
|
|
|
"@types/webpack": "^4.41.30",
|
|
|
|
"@types/webpack-dev-server": "^3.11.6",
|
|
|
|
"@types/webpack-env": "^1.16.2",
|
2021-06-19 04:47:26 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
|
|
"@typescript-eslint/parser": "^3.10.1",
|
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",
|
2020-08-31 00:49:06 +03:00
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
2021-08-26 16:52:23 +03:00
|
|
|
"copy-webpack-plugin": "^6.4.1",
|
2021-06-19 04:47:26 +03:00
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"css-loader": "^4.3.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-06-19 04:47:26 +03:00
|
|
|
"eslint-plugin-react": "^7.24.0",
|
|
|
|
"file-loader": "^6.2.0",
|
2021-08-27 00:28:15 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.3.2",
|
2021-06-19 04:47:26 +03:00
|
|
|
"html-loader": "^1.3.2",
|
|
|
|
"html-webpack-plugin": "^4.5.2",
|
|
|
|
"jest": "^26.6.3",
|
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-06-19 04:47:26 +03:00
|
|
|
"style-loader": "^1.3.0",
|
|
|
|
"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-06-19 04:47:26 +03:00
|
|
|
"ts-jest": "^26.5.6",
|
2021-08-27 08:48:54 +03:00
|
|
|
"ts-node": "^10.2.1",
|
2021-08-26 16:52:23 +03:00
|
|
|
"typescript": "^4.3.5",
|
2021-06-19 04:47:26 +03:00
|
|
|
"url-loader": "^4.1.1",
|
|
|
|
"webpack": "^4.46.0",
|
2020-08-24 07:37:43 +03:00
|
|
|
"webpack-cli": "^3.3.12",
|
2021-06-19 04:47:26 +03:00
|
|
|
"webpack-dev-server": "^3.11.2"
|
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-26 16:52:23 +03:00
|
|
|
]
|
2018-12-07 17:44:11 +03:00
|
|
|
}
|