mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
7e4cea6fa9
* chore(deps): update typescript-eslint monorepo to v5 * Update Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"name": "rtk-query-demo",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack serve --open",
|
|
"build": "webpack",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.4",
|
|
"@chakra-ui/react": "^1.6.10",
|
|
"@emotion/react": "^11.5.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@mswjs/data": "^0.6.0",
|
|
"@redux-devtools/core": "^3.9.0",
|
|
"@redux-devtools/dock-monitor": "^1.4.0",
|
|
"@redux-devtools/rtk-query-monitor": "^1.0.0",
|
|
"@reduxjs/toolkit": "^1.6.2",
|
|
"framer-motion": "^4.1.17",
|
|
"msw": "^0.35.0",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-redux": "^7.2.5",
|
|
"react-router-dom": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/node": "^14.17.27",
|
|
"@types/react": "^16.14.18",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/react-redux": "^7.1.20",
|
|
"@types/react-router-dom": "^5.3.1",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^4.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"@typescript-eslint/parser": "^5.1.0",
|
|
"babel-loader": "^8.2.3",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"css-loader": "^6.4.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"fork-ts-checker-webpack-plugin": "^6.4.0",
|
|
"html-webpack-plugin": "^5.4.0",
|
|
"style-loader": "^3.3.0",
|
|
"ts-node": "^10.3.0",
|
|
"typescript": "~4.4.4",
|
|
"webpack": "^5.59.1",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.3.1"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|