mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 12:17:18 +03:00
a1512a8b8b
* chore(deps): update all non-major dependencies * Changes * Changes Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"name": "rtk-query-demo",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack serve --open",
|
|
"build": "webpack",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.16.3",
|
|
"@chakra-ui/react": "^1.7.2",
|
|
"@emotion/react": "^11.6.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@mswjs/data": "^0.8.0",
|
|
"@redux-devtools/core": "^3.9.1",
|
|
"@redux-devtools/dock-monitor": "^1.4.1",
|
|
"@redux-devtools/rtk-query-monitor": "^1.0.1",
|
|
"@reduxjs/toolkit": "^1.6.2",
|
|
"framer-motion": "^5.3.1",
|
|
"msw": "^0.35.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-redux": "^7.2.6",
|
|
"react-router-dom": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/node": "^16.11.9",
|
|
"@types/react": "^17.0.36",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-redux": "^7.1.20",
|
|
"@types/react-router-dom": "^5.3.2",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^4.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"babel-loader": "^8.2.3",
|
|
"copy-webpack-plugin": "^9.1.0",
|
|
"css-loader": "^6.5.1",
|
|
"eslint": "^8.3.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"fork-ts-checker-webpack-plugin": "^6.4.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "~4.4.4",
|
|
"webpack": "^5.64.2",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.5.0"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|