mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-01 00:17:48 +03:00 
			
		
		
		
	* Version Packages * Update lock file --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "name": "react-json-tree-example",
 | |
|   "version": "1.1.9",
 | |
|   "description": "React-Json-Tree example",
 | |
|   "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/react-json-tree/examples",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/reduxjs/redux-devtools/issues"
 | |
|   },
 | |
|   "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": {
 | |
|     "immutable": "^4.3.5",
 | |
|     "react": "^18.2.0",
 | |
|     "react-base16-styling": "^0.10.0",
 | |
|     "react-dom": "^18.2.0",
 | |
|     "react-json-tree": "^0.19.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.24.3",
 | |
|     "@babel/preset-env": "^7.24.3",
 | |
|     "@babel/preset-react": "^7.24.1",
 | |
|     "@babel/preset-typescript": "^7.24.1",
 | |
|     "@types/node": "^20.11.30",
 | |
|     "@types/react": "^18.2.72",
 | |
|     "@types/react-dom": "^18.2.22",
 | |
|     "@typescript-eslint/eslint-plugin": "^7.4.0",
 | |
|     "@typescript-eslint/parser": "^7.4.0",
 | |
|     "babel-loader": "^9.1.3",
 | |
|     "cross-env": "^7.0.3",
 | |
|     "eslint": "^8.57.0",
 | |
|     "eslint-config-prettier": "^9.1.0",
 | |
|     "eslint-plugin-react": "^7.34.1",
 | |
|     "eslint-plugin-react-hooks": "^4.6.0",
 | |
|     "fork-ts-checker-webpack-plugin": "^9.0.2",
 | |
|     "html-webpack-plugin": "^5.6.0",
 | |
|     "ts-node": "^10.9.2",
 | |
|     "typescript": "~5.3.3",
 | |
|     "webpack": "^5.91.0",
 | |
|     "webpack-cli": "^5.1.4",
 | |
|     "webpack-dev-server": "^5.0.4"
 | |
|   }
 | |
| }
 |