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": {
|
2022-05-30 03:52:15 +03:00
|
|
|
"@babel/runtime": "^7.18.3",
|
2022-06-20 04:12:23 +03:00
|
|
|
"@chakra-ui/react": "^2.2.1",
|
|
|
|
"@emotion/react": "^11.9.3",
|
|
|
|
"@emotion/styled": "^11.9.3",
|
2022-05-18 02:15:31 +03:00
|
|
|
"@mswjs/data": "^0.10.1",
|
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",
|
2022-05-30 03:52:15 +03:00
|
|
|
"@reduxjs/toolkit": "^1.8.2",
|
2022-06-27 14:14:31 +03:00
|
|
|
"framer-motion": "^6.3.15",
|
2022-07-05 16:31:38 +03:00
|
|
|
"msw": "^0.43.0",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-06-06 15:34:50 +03:00
|
|
|
"react-icons": "^4.4.0",
|
2022-06-20 04:12:23 +03:00
|
|
|
"react-is": "^18.2.0",
|
2022-05-30 03:52:15 +03:00
|
|
|
"react-redux": "^8.0.2",
|
2022-05-16 00:47:09 +03:00
|
|
|
"react-router-dom": "^6.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-06-20 04:12:23 +03:00
|
|
|
"@babel/core": "^7.18.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.18.5",
|
2022-05-30 03:52:15 +03:00
|
|
|
"@babel/preset-env": "^7.18.2",
|
2022-05-18 02:15:31 +03:00
|
|
|
"@babel/preset-react": "^7.17.12",
|
|
|
|
"@babel/preset-typescript": "^7.17.12",
|
2021-09-25 16:21:12 +03:00
|
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
2022-06-20 04:12:23 +03:00
|
|
|
"@types/node": "^16.11.41",
|
|
|
|
"@types/react": "^18.0.14",
|
2022-06-06 19:22:05 +03:00
|
|
|
"@types/react-dom": "^18.0.5",
|
2022-04-11 19:15:24 +03:00
|
|
|
"@types/styled-components": "^5.1.25",
|
2022-06-27 14:14:31 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
|
|
"@typescript-eslint/parser": "^5.29.0",
|
2022-05-04 14:43:48 +03:00
|
|
|
"babel-loader": "^8.2.5",
|
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",
|
2022-04-04 06:59:41 +03:00
|
|
|
"css-loader": "^6.7.1",
|
2022-06-20 04:12:23 +03:00
|
|
|
"eslint": "^8.18.0",
|
2022-04-04 06:59:41 +03:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-06-27 14:14:31 +03:00
|
|
|
"eslint-plugin-react": "^7.30.1",
|
2022-06-20 04:12:23 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2022-05-04 14:43:48 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^7.2.11",
|
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-06-06 15:34:50 +03:00
|
|
|
"ts-node": "^10.8.1",
|
2022-06-20 04:12:23 +03:00
|
|
|
"typescript": "~4.7.4",
|
2022-06-06 15:34:50 +03:00
|
|
|
"webpack": "^5.73.0",
|
2022-06-20 04:12:23 +03:00
|
|
|
"webpack-cli": "^4.10.0",
|
|
|
|
"webpack-dev-server": "^4.9.2"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"msw": {
|
|
|
|
"workerDirectory": "public"
|
|
|
|
}
|
|
|
|
}
|