mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			897 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			897 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "react-counter-example",
 | 
						|
  "version": "0.0.0",
 | 
						|
  "description": "React counter example",
 | 
						|
  "scripts": {
 | 
						|
    "start": "webpack-dev-server --progress"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/zalmoxisus/redux-devtools-extension.git"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/zalmoxisus/redux-devtools-extension/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/zalmoxisus/redux-devtools-extension",
 | 
						|
  "dependencies": {
 | 
						|
    "react": "^16.0.0",
 | 
						|
    "react-dom": "^16.0.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "babel-cli": "^6.3.17",
 | 
						|
    "babel-core": "^6.3.17",
 | 
						|
    "babel-loader": "^7.0.0",
 | 
						|
    "babel-preset-es2015": "^6.0.0",
 | 
						|
    "babel-preset-react": "6.3.13",
 | 
						|
    "babel-preset-stage-0": "^6.3.13",
 | 
						|
    "webpack": "^4.0.0",
 | 
						|
    "webpack-cli": "^3.2.0",
 | 
						|
    "webpack-dev-server": "^3.0.0",
 | 
						|
    "webpack-hot-middleware": "^2.2.0"
 | 
						|
  }
 | 
						|
}
 |