mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
8300ef0d7b
Co-authored-by: Renovate Bot <bot@renovateapp.com>
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "rtk-query-demo",
|
|
"version": "0.1.8",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
|
|
"build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.17.9",
|
|
"@chakra-ui/react": "^1.8.8",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@mswjs/data": "^0.10.0",
|
|
"@redux-devtools/core": "^3.12.0",
|
|
"@redux-devtools/dock-monitor": "^2.1.1",
|
|
"@redux-devtools/rtk-query-monitor": "^2.1.2",
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"framer-motion": "^6.3.3",
|
|
"msw": "^0.39.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-is": "^17.0.2",
|
|
"react-redux": "^7.2.8",
|
|
"react-router-dom": "^5.3.1",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.10",
|
|
"@babel/plugin-transform-runtime": "^7.17.10",
|
|
"@babel/preset-env": "^7.17.10",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/node": "^16.11.33",
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@types/react-redux": "^7.1.24",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
"@typescript-eslint/parser": "^5.22.0",
|
|
"babel-loader": "^8.2.5",
|
|
"copy-webpack-plugin": "^9.1.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "~7.28.0",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "~4.6.4",
|
|
"webpack": "^5.72.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.9.0"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|