mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			66 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "name": "rtk-query-demo",
 | |
|   "version": "0.1.10",
 | |
|   "license": "MIT",
 | |
|   "scripts": {
 | |
|     "start": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack serve --open",
 | |
|     "build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack",
 | |
|     "lint": "eslint . --ext .ts,.tsx",
 | |
|     "type-check": "tsc --noEmit"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@babel/runtime": "^7.23.2",
 | |
|     "@chakra-ui/react": "^2.8.2",
 | |
|     "@emotion/react": "^11.11.1",
 | |
|     "@emotion/styled": "^11.11.0",
 | |
|     "@mswjs/data": "^0.15.0",
 | |
|     "@redux-devtools/core": "^3.13.0",
 | |
|     "@redux-devtools/dock-monitor": "^3.0.0",
 | |
|     "@redux-devtools/rtk-query-monitor": "^3.1.0",
 | |
|     "@reduxjs/toolkit": "^1.9.7",
 | |
|     "framer-motion": "^10.16.4",
 | |
|     "msw": "^1.3.2",
 | |
|     "react": "^18.2.0",
 | |
|     "react-dom": "^18.2.0",
 | |
|     "react-icons": "^4.11.0",
 | |
|     "react-is": "^18.2.0",
 | |
|     "react-redux": "^8.1.3",
 | |
|     "react-router-dom": "^6.18.0",
 | |
|     "styled-components": "^5.3.11"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.23.3",
 | |
|     "@babel/plugin-transform-runtime": "^7.23.3",
 | |
|     "@babel/preset-env": "^7.23.3",
 | |
|     "@babel/preset-react": "^7.23.3",
 | |
|     "@babel/preset-typescript": "^7.23.3",
 | |
|     "@types/copy-webpack-plugin": "^8.0.1",
 | |
|     "@types/node": "^20.9.0",
 | |
|     "@types/react": "^18.2.37",
 | |
|     "@types/react-dom": "^18.2.15",
 | |
|     "@types/styled-components": "^5.1.30",
 | |
|     "@typescript-eslint/eslint-plugin": "^6.11.0",
 | |
|     "@typescript-eslint/parser": "^6.11.0",
 | |
|     "babel-loader": "^9.1.3",
 | |
|     "copy-webpack-plugin": "^11.0.0",
 | |
|     "cross-env": "^7.0.3",
 | |
|     "css-loader": "^6.8.1",
 | |
|     "eslint": "^8.53.0",
 | |
|     "eslint-config-prettier": "^9.0.0",
 | |
|     "eslint-plugin-react": "^7.33.2",
 | |
|     "eslint-plugin-react-hooks": "^4.6.0",
 | |
|     "fork-ts-checker-webpack-plugin": "^9.0.2",
 | |
|     "html-webpack-plugin": "^5.5.3",
 | |
|     "style-loader": "^3.3.3",
 | |
|     "ts-node": "^10.9.1",
 | |
|     "typescript": "~5.2.2",
 | |
|     "webpack": "^5.89.0",
 | |
|     "webpack-cli": "^5.1.4",
 | |
|     "webpack-dev-server": "^4.15.1"
 | |
|   },
 | |
|   "msw": {
 | |
|     "workerDirectory": "public"
 | |
|   }
 | |
| }
 |