|
|
@@ -5,7 +5,6 @@
|
|
|
"author": "yingp <yingp@usoftchina.com>",
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
- "archiver": "^2.1.0",
|
|
|
"axios": "^0.15.3",
|
|
|
"bezier-easing": "^2.0.3",
|
|
|
"bootstrap": "^3.3.7",
|
|
|
@@ -30,8 +29,7 @@
|
|
|
"start": "cross-env NODE_ENV=production node server.js",
|
|
|
"generate": "cross-env NODE_ENV=production nuxt generate",
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
|
- "precommit": "npm run lint",
|
|
|
- "zip": "node build/zip.js"
|
|
|
+ "precommit": "npm run lint"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"babel-cli": "^6.24.1",
|