mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 05:36:46 +03:00
c9589c0307
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"private": true,
|
|
"name": "rtk-query-demo",
|
|
"version": "0.1.9",
|
|
"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.18.3",
|
|
"@chakra-ui/react": "^2.2.1",
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@mswjs/data": "^0.10.1",
|
|
"@redux-devtools/core": "^3.13.0",
|
|
"@redux-devtools/dock-monitor": "^3.0.0",
|
|
"@redux-devtools/rtk-query-monitor": "^3.0.0",
|
|
"@reduxjs/toolkit": "^1.8.2",
|
|
"framer-motion": "^6.3.11",
|
|
"msw": "^0.42.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-is": "^18.2.0",
|
|
"react-redux": "^8.0.2",
|
|
"react-router-dom": "^6.3.0",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.5",
|
|
"@babel/plugin-transform-runtime": "^7.18.5",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/node": "^16.11.41",
|
|
"@types/react": "^18.0.14",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"babel-loader": "^8.2.5",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "~4.7.4",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.9.2"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|