mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
d492b2de75
Co-authored-by: Renovate Bot <bot@renovateapp.com>
79 lines
2.5 KiB
JSON
79 lines
2.5 KiB
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.15.4",
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.4",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^14.17.14",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^4.1.0",
|
|
"@types/webpack-env": "^1.16.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
"@typescript-eslint/parser": "^4.30.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.2.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-jest": "^24.4.0",
|
|
"eslint-plugin-react": "^7.25.1",
|
|
"file-loader": "^6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "^6.3.3",
|
|
"html-loader": "^2.1.2",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"jest": "^27.1.0",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^2.3.2",
|
|
"pug-html-loader": "^1.1.5",
|
|
"raw-loader": "^4.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"style-loader": "^3.2.1",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
"ts-jest": "^27.0.5",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "~4.3.5",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.52.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-dev-server": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"lerna": "lerna",
|
|
"build:all": "lerna run build",
|
|
"publish": "lerna publish",
|
|
"canary": "lerna publish --canary preminor --npm-tag alpha",
|
|
"next": "lerna publish --bump prerelease --npm-tag next",
|
|
"lint:all": "lerna run lint",
|
|
"prettify": "prettier --write .",
|
|
"prettier:check": "prettier --check .",
|
|
"test": "jest --onlyChanged",
|
|
"test:all": "lerna run test"
|
|
},
|
|
"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"
|
|
}
|
|
}
|