doc: update package.json
This commit is contained in:
		
							
								
								
									
										15
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								package.json
									
									
									
									
									
								
							@@ -4,7 +4,6 @@
 | 
				
			|||||||
  "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
 | 
					  "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features",
 | 
				
			||||||
  "author": "Pan <panfree23@gmail.com>",
 | 
					  "author": "Pan <panfree23@gmail.com>",
 | 
				
			||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
  "private": true,
 | 
					 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
 | 
					    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
 | 
				
			||||||
    "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
 | 
					    "build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
 | 
				
			||||||
@@ -12,6 +11,20 @@
 | 
				
			|||||||
    "lint": "eslint --ext .js,.vue src",
 | 
					    "lint": "eslint --ext .js,.vue src",
 | 
				
			||||||
    "test": "npm run lint"
 | 
					    "test": "npm run lint"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "keywords": [
 | 
				
			||||||
 | 
					    "vue",
 | 
				
			||||||
 | 
					    "element-ui",
 | 
				
			||||||
 | 
					    "admin",
 | 
				
			||||||
 | 
					    "management-system",
 | 
				
			||||||
 | 
					    "admin-template"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "repository": {
 | 
				
			||||||
 | 
					    "type": "git",
 | 
				
			||||||
 | 
					    "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "bugs": {
 | 
				
			||||||
 | 
					    "url": "https://github.com/PanJiaChen/vue-element-admin/issues"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "axios": "0.17.1",
 | 
					    "axios": "0.17.1",
 | 
				
			||||||
    "clipboard": "1.7.1",
 | 
					    "clipboard": "1.7.1",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user