mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "name": "slider-todomvc",
 | |
|   "version": "0.1.11",
 | |
|   "description": "TodoMVC example for redux",
 | |
|   "license": "MIT",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/reduxjs/redux-devtools.git"
 | |
|   },
 | |
|   "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": {
 | |
|     "@redux-devtools/core": "^3.13.0",
 | |
|     "@redux-devtools/dock-monitor": "^3.0.0",
 | |
|     "@redux-devtools/log-monitor": "^4.0.0",
 | |
|     "@redux-devtools/slider-monitor": "^4.0.0",
 | |
|     "classnames": "^2.3.2",
 | |
|     "prop-types": "^15.8.1",
 | |
|     "react": "^18.2.0",
 | |
|     "react-dom": "^18.2.0",
 | |
|     "react-is": "^18.2.0",
 | |
|     "react-redux": "^8.1.3",
 | |
|     "redux": "^4.2.1",
 | |
|     "styled-components": "^5.3.11",
 | |
|     "todomvc-app-css": "^2.4.3"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.23.3",
 | |
|     "@babel/preset-env": "^7.23.3",
 | |
|     "@babel/preset-react": "^7.23.3",
 | |
|     "@babel/preset-typescript": "^7.23.3",
 | |
|     "@types/classnames": "^2.3.1",
 | |
|     "@types/node": "^20.9.0",
 | |
|     "@types/prop-types": "^15.7.10",
 | |
|     "@types/react": "^18.2.37",
 | |
|     "@types/react-dom": "^18.2.15",
 | |
|     "@types/styled-components": "^5.1.30",
 | |
|     "@types/webpack-env": "^1.18.4",
 | |
|     "@typescript-eslint/eslint-plugin": "^6.11.0",
 | |
|     "@typescript-eslint/parser": "^6.11.0",
 | |
|     "babel-loader": "^9.1.3",
 | |
|     "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"
 | |
|   }
 | |
| }
 |