2021-09-25 16:21:12 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "rtk-query-demo",
|
2022-01-10 22:08:33 +03:00
|
|
|
"version": "0.1.3",
|
2021-09-25 16:21:12 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"start": "webpack serve --open",
|
|
|
|
"build": "webpack",
|
|
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
|
|
"type-check": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-03 08:10:29 +03:00
|
|
|
"@babel/runtime": "^7.16.7",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@chakra-ui/react": "^1.7.3",
|
|
|
|
"@emotion/react": "^11.7.1",
|
2021-11-15 05:14:56 +03:00
|
|
|
"@emotion/styled": "^11.6.0",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@mswjs/data": "^0.8.4",
|
2022-01-10 22:08:33 +03:00
|
|
|
"@redux-devtools/core": "^3.10.0",
|
|
|
|
"@redux-devtools/dock-monitor": "^2.0.0",
|
|
|
|
"@redux-devtools/rtk-query-monitor": "^2.0.0",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@reduxjs/toolkit": "^1.7.1",
|
|
|
|
"framer-motion": "^5.5.5",
|
|
|
|
"msw": "^0.36.3",
|
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",
|
2021-11-01 16:59:32 +03:00
|
|
|
"react-redux": "^7.2.6",
|
2022-01-07 18:06:15 +03:00
|
|
|
"react-router-dom": "^5.3.0",
|
|
|
|
"styled-components": "^5.3.3"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-03 08:10:29 +03:00
|
|
|
"@babel/core": "^7.16.7",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
|
|
"@babel/preset-env": "^7.16.7",
|
|
|
|
"@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",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@types/node": "^16.11.17",
|
|
|
|
"@types/react": "^17.0.38",
|
2021-11-08 05:33:44 +03:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-12-27 05:12:31 +03:00
|
|
|
"@types/react-redux": "^7.1.21",
|
2021-11-01 16:59:32 +03:00
|
|
|
"@types/react-router-dom": "^5.3.2",
|
2022-01-07 18:06:15 +03:00
|
|
|
"@types/styled-components": "^5.1.19",
|
2022-01-03 08:10:29 +03:00
|
|
|
"@types/webpack-dev-server": "^4.5.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
|
|
|
"@typescript-eslint/parser": "^5.8.1",
|
2021-10-21 07:26:47 +03:00
|
|
|
"babel-loader": "^8.2.3",
|
2021-11-15 05:14:56 +03:00
|
|
|
"copy-webpack-plugin": "^9.1.0",
|
2021-11-08 05:33:44 +03:00
|
|
|
"css-loader": "^6.5.1",
|
2022-01-03 08:10:29 +03:00
|
|
|
"eslint": "^8.6.0",
|
2021-09-25 16:21:12 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-12-27 05:12:31 +03:00
|
|
|
"eslint-plugin-react": "^7.28.0",
|
2021-11-10 17:32:42 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-12-04 22:04:59 +03:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
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",
|
|
|
|
"ts-node": "^10.4.0",
|
2021-12-27 05:12:31 +03:00
|
|
|
"typescript": "~4.5.4",
|
2021-12-08 07:11:07 +03:00
|
|
|
"webpack": "^5.65.0",
|
2021-10-21 07:26:47 +03:00
|
|
|
"webpack-cli": "^4.9.1",
|
2022-01-03 08:10:29 +03:00
|
|
|
"webpack-dev-server": "^4.7.2"
|
2021-09-25 16:21:12 +03:00
|
|
|
},
|
|
|
|
"msw": {
|
|
|
|
"workerDirectory": "public"
|
|
|
|
}
|
|
|
|
}
|