2021-09-25 16:21:12 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "rtk-query-demo",
|
2022-08-12 02:34:08 +03:00
|
|
|
"version": "0.1.10",
|
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": {
|
2023-12-10 06:44:13 +03:00
|
|
|
"@babel/runtime": "^7.23.5",
|
2023-11-14 01:41:31 +03:00
|
|
|
"@chakra-ui/react": "^2.8.2",
|
2023-06-23 17:32:19 +03:00
|
|
|
"@emotion/react": "^11.11.1",
|
2023-06-04 20:59:22 +03:00
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-10-28 06:45:50 +03:00
|
|
|
"@mswjs/data": "^0.15.0",
|
2022-05-30 20:22:06 +03:00
|
|
|
"@redux-devtools/core": "^3.13.0",
|
|
|
|
"@redux-devtools/dock-monitor": "^3.0.0",
|
2022-08-12 02:34:08 +03:00
|
|
|
"@redux-devtools/rtk-query-monitor": "^3.1.0",
|
2023-10-24 22:18:38 +03:00
|
|
|
"@reduxjs/toolkit": "^1.9.7",
|
2023-12-10 06:44:13 +03:00
|
|
|
"framer-motion": "^10.16.16",
|
2023-10-24 22:18:38 +03:00
|
|
|
"msw": "^1.3.2",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-12-10 06:44:13 +03:00
|
|
|
"react-icons": "^4.12.0",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react-is": "^18.2.0",
|
2023-10-24 22:18:38 +03:00
|
|
|
"react-redux": "^8.1.3",
|
2023-12-10 06:44:13 +03:00
|
|
|
"react-router-dom": "^6.20.1",
|
2023-06-04 20:59:22 +03:00
|
|
|
"styled-components": "^5.3.11"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-10 06:44:13 +03:00
|
|
|
"@babel/core": "^7.23.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.23.4",
|
|
|
|
"@babel/preset-env": "^7.23.5",
|
2023-11-14 01:41:31 +03:00
|
|
|
"@babel/preset-react": "^7.23.3",
|
|
|
|
"@babel/preset-typescript": "^7.23.3",
|
2021-09-25 16:21:12 +03:00
|
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
2023-12-10 06:44:13 +03:00
|
|
|
"@types/node": "^20.10.4",
|
|
|
|
"@types/react": "^18.2.43",
|
|
|
|
"@types/react-dom": "^18.2.17",
|
|
|
|
"@types/styled-components": "^5.1.34",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
|
|
"@typescript-eslint/parser": "^6.13.2",
|
2023-07-12 21:49:09 +03:00
|
|
|
"babel-loader": "^9.1.3",
|
2022-05-17 20:47:34 +03:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2022-01-23 00:51:27 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2023-06-04 20:59:22 +03:00
|
|
|
"css-loader": "^6.8.1",
|
2023-12-10 06:44:13 +03:00
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-08-21 02:49:11 +03:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2022-06-20 04:12:23 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-11-09 04:22:50 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
2023-12-10 06:44:13 +03:00
|
|
|
"html-webpack-plugin": "^5.5.4",
|
2023-06-04 20:59:22 +03:00
|
|
|
"style-loader": "^3.3.3",
|
2023-12-10 06:44:13 +03:00
|
|
|
"ts-node": "^10.9.2",
|
2023-09-04 06:36:52 +03:00
|
|
|
"typescript": "~5.2.2",
|
2023-10-24 22:18:38 +03:00
|
|
|
"webpack": "^5.89.0",
|
2023-06-23 17:32:19 +03:00
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"webpack-dev-server": "^4.15.1"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"msw": {
|
|
|
|
"workerDirectory": "public"
|
|
|
|
}
|
|
|
|
}
|