mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* chore(deps): update all non-major dependencies * Combine react types Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "name": "react-json-tree-example",
 | |
|   "version": "1.1.2",
 | |
|   "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": "webpack serve --open",
 | |
|     "build": "webpack",
 | |
|     "lint": "eslint . --ext .ts,.tsx",
 | |
|     "type-check": "tsc --noEmit"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "immutable": "^4.0.0",
 | |
|     "react": "^17.0.2",
 | |
|     "react-base16-styling": "^0.8.0",
 | |
|     "react-dom": "^17.0.2",
 | |
|     "react-json-tree": "^0.15.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.16.0",
 | |
|     "@babel/preset-env": "^7.16.0",
 | |
|     "@babel/preset-react": "^7.16.0",
 | |
|     "@babel/preset-typescript": "^7.16.0",
 | |
|     "@types/node": "^16.11.6",
 | |
|     "@types/react": "^17.0.33",
 | |
|     "@types/react-dom": "^17.0.10",
 | |
|     "@types/webpack": "^5.28.0",
 | |
|     "@types/webpack-dev-server": "^4.3.1",
 | |
|     "@typescript-eslint/eslint-plugin": "^5.2.0",
 | |
|     "@typescript-eslint/parser": "^5.2.0",
 | |
|     "babel-loader": "^8.2.3",
 | |
|     "eslint": "^7.32.0",
 | |
|     "eslint-config-prettier": "^8.3.0",
 | |
|     "eslint-plugin-react": "^7.26.1",
 | |
|     "fork-ts-checker-webpack-plugin": "^6.4.0",
 | |
|     "html-webpack-plugin": "^5.5.0",
 | |
|     "ts-node": "^10.4.0",
 | |
|     "typescript": "~4.4.4",
 | |
|     "webpack": "^5.61.0",
 | |
|     "webpack-cli": "^4.9.1",
 | |
|     "webpack-dev-server": "^4.4.0"
 | |
|   }
 | |
| }
 |