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-07-12 21:49:09 +03:00
|
|
|
"@babel/runtime": "^7.22.6",
|
2023-06-23 17:32:19 +03:00
|
|
|
"@chakra-ui/react": "^2.7.1",
|
|
|
|
"@emotion/react": "^11.11.1",
|
2023-06-04 20:59:22 +03:00
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-06-23 17:32:19 +03:00
|
|
|
"@mswjs/data": "^0.13.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-04-26 23:13:44 +03:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2023-07-12 21:49:09 +03:00
|
|
|
"framer-motion": "^10.12.18",
|
2023-06-23 17:32:19 +03:00
|
|
|
"msw": "^1.2.2",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-06-23 17:32:19 +03:00
|
|
|
"react-icons": "^4.10.1",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react-is": "^18.2.0",
|
2023-06-23 17:32:19 +03:00
|
|
|
"react-redux": "^8.1.1",
|
2023-07-12 21:49:09 +03:00
|
|
|
"react-router-dom": "^6.14.1",
|
2023-06-04 20:59:22 +03:00
|
|
|
"styled-components": "^5.3.11"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-12 21:49:09 +03:00
|
|
|
"@babel/core": "^7.22.9",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.22.9",
|
|
|
|
"@babel/preset-env": "^7.22.9",
|
2023-06-23 17:32:19 +03:00
|
|
|
"@babel/preset-react": "^7.22.5",
|
|
|
|
"@babel/preset-typescript": "^7.22.5",
|
2021-09-25 16:21:12 +03:00
|
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
2023-07-12 21:49:09 +03:00
|
|
|
"@types/node": "^18.16.19",
|
|
|
|
"@types/react": "^18.2.14",
|
2023-06-23 17:32:19 +03:00
|
|
|
"@types/react-dom": "^18.2.6",
|
2022-08-12 06:41:53 +03:00
|
|
|
"@types/styled-components": "^5.1.26",
|
2023-07-12 21:49:09 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
|
|
"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-07-12 21:49:09 +03:00
|
|
|
"eslint": "^8.44.0",
|
2023-03-27 04:04:12 +03:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-02-15 16:44:51 +03:00
|
|
|
"eslint-plugin-react": "^7.32.2",
|
2022-06-20 04:12:23 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-03-06 02:56:03 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^8.0.0",
|
2023-06-23 17:32:19 +03:00
|
|
|
"html-webpack-plugin": "^5.5.3",
|
2023-06-04 20:59:22 +03:00
|
|
|
"style-loader": "^3.3.3",
|
2022-08-12 06:41:53 +03:00
|
|
|
"ts-node": "^10.9.1",
|
2023-04-15 20:14:32 +03:00
|
|
|
"typescript": "~5.0.4",
|
2023-07-12 21:49:09 +03:00
|
|
|
"webpack": "^5.88.1",
|
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"
|
|
|
|
}
|
|
|
|
}
|