2021-09-25 16:21:12 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "rtk-query-demo",
|
2022-01-29 06:46:23 +03:00
|
|
|
"version": "0.1.7",
|
2021-09-25 16:21:12 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2022-01-23 00:51:27 +03:00
|
|
|
"start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
|
|
|
|
"build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack",
|
2021-09-25 16:21:12 +03:00
|
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
|
|
"type-check": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-11 19:15:24 +03:00
|
|
|
"@babel/runtime": "^7.17.9",
|
|
|
|
"@chakra-ui/react": "^1.8.8",
|
|
|
|
"@emotion/react": "^11.9.0",
|
2022-02-28 08:12:36 +03:00
|
|
|
"@emotion/styled": "^11.8.1",
|
2022-04-11 19:15:24 +03:00
|
|
|
"@mswjs/data": "^0.10.0",
|
2022-01-25 03:26:20 +03:00
|
|
|
"@redux-devtools/core": "^3.11.0",
|
|
|
|
"@redux-devtools/dock-monitor": "^2.1.0",
|
2022-01-29 06:46:23 +03:00
|
|
|
"@redux-devtools/rtk-query-monitor": "^2.1.1",
|
2022-04-04 06:59:41 +03:00
|
|
|
"@reduxjs/toolkit": "^1.8.1",
|
2022-04-11 19:15:24 +03:00
|
|
|
"framer-motion": "^6.2.9",
|
2022-04-04 06:59:41 +03:00
|
|
|
"msw": "^0.39.2",
|
2021-10-22 19:11:42 +03:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-10-04 07:29:49 +03:00
|
|
|
"react-icons": "^4.3.1",
|
2022-01-07 18:06:15 +03:00
|
|
|
"react-is": "^17.0.2",
|
2022-04-04 06:59:41 +03:00
|
|
|
"react-redux": "^7.2.8",
|
2022-01-07 18:06:15 +03:00
|
|
|
"react-router-dom": "^5.3.0",
|
2022-04-04 06:59:41 +03:00
|
|
|
"styled-components": "^5.3.5"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-11 19:15:24 +03:00
|
|
|
"@babel/core": "^7.17.9",
|
2022-02-06 04:20:56 +03:00
|
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
2022-01-23 02:00:06 +03:00
|
|
|
"@babel/preset-env": "^7.16.11",
|
2022-01-03 08:10:29 +03:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
2021-09-25 16:21:12 +03:00
|
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
2022-02-28 08:12:36 +03:00
|
|
|
"@types/node": "^16.11.26",
|
2022-04-11 19:15:24 +03:00
|
|
|
"@types/react": "^17.0.44",
|
|
|
|
"@types/react-dom": "^17.0.15",
|
2022-04-04 06:59:41 +03:00
|
|
|
"@types/react-redux": "^7.1.23",
|
2022-01-23 02:00:06 +03:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2022-04-11 19:15:24 +03:00
|
|
|
"@types/styled-components": "^5.1.25",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
|
|
"@typescript-eslint/parser": "^5.18.0",
|
2022-04-04 06:59:41 +03:00
|
|
|
"babel-loader": "^8.2.4",
|
2021-11-15 05:14:56 +03:00
|
|
|
"copy-webpack-plugin": "^9.1.0",
|
2022-01-23 00:51:27 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2022-04-04 06:59:41 +03:00
|
|
|
"css-loader": "^6.7.1",
|
2022-04-11 19:15:24 +03:00
|
|
|
"eslint": "^8.13.0",
|
2022-04-04 06:59:41 +03:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-02-28 08:12:36 +03:00
|
|
|
"eslint-plugin-react": "~7.28.0",
|
2022-04-04 06:59:41 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
2022-04-11 19:15:24 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^7.2.4",
|
2021-11-01 16:59:32 +03:00
|
|
|
"html-webpack-plugin": "^5.5.0",
|
2021-10-25 03:42:08 +03:00
|
|
|
"style-loader": "^3.3.1",
|
2022-04-04 06:59:41 +03:00
|
|
|
"ts-node": "^10.7.0",
|
2022-01-23 02:00:06 +03:00
|
|
|
"typescript": "~4.5.5",
|
2022-04-11 19:15:24 +03:00
|
|
|
"webpack": "^5.72.0",
|
2022-01-31 04:37:35 +03:00
|
|
|
"webpack-cli": "^4.9.2",
|
2022-04-11 19:15:24 +03:00
|
|
|
"webpack-dev-server": "^4.8.1"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"msw": {
|
|
|
|
"workerDirectory": "public"
|
|
|
|
}
|
|
|
|
}
|