Skip to content

Commit

Permalink
package 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
dcw1123 committed May 14, 2018
1 parent 32de50d commit 53452f6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,33 @@
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"commander": "2.9.0",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"debug": "2.2.0",
"expose-loader": "^0.7.3",
"express": "4.14.0",
"extract-loader": "^0.1.0",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"http-proxy": "1.14.0",
"i18next-loader": "0.0.6",
"ie8-style-loader": "0.0.1",
"node-sass": "^4.5.3",
"node-sass": "^4.9.0",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"string-replace-loader": "^1.3.0",
"webpack": "=1.13.2",
"yargs": "^8.0.2",
"debug": "2.2.0",
"express": "4.14.0",
"http-proxy": "1.14.0",
"commander": "2.9.0"
"yargs": "^8.0.2"
},
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"build": "webpack --production",
"dev": "webpack --watch --development",
"server": "DEBUG=webim* node server/app",
"build_en": "webpack --lang en-US",
"build_all": "webpack;webpack --lang en-US",
"lint": "eslint src/js/app/modules/init.js src/js/plugin/userAPI.js"
"build_all": "webpack; webpack --lang en-US"
},
"dependencies": {
"easemob-websdk": "=1.4.6",
Expand Down

0 comments on commit 53452f6

Please sign in to comment.