aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 10 insertions, 12 deletions
diff --git a/package.json b/package.json
index 711e7cf..d72b6f0 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,14 @@
{
"name": "webao",
- "version": "2.1.1",
+ "version": "2.6.0",
"description": "Web-based Attorney Online client",
"main": "client.js",
"scripts": {
"babel": "babel ui.js -o ui.b.js",
"webpack": "webpack",
"deploy": "cross-env NODE_ENV=production webpack -p",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "build": "webpack"
},
"repository": {
"type": "git",
@@ -19,14 +20,11 @@
},
"homepage": "https://github.com/stonedDiscord/stonedDiscord.github.io#readme",
"devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.3",
- "babel-loader": "^7.1.4",
- "babel-preset-env": "^1.7.0",
- "babel-preset-es2015": "^6.24.1",
- "cross-env": "^5.1.5",
- "uglify-es": "3.3.9",
- "webpack": "^4.8.3",
- "webpack-cli": "^2.1.3"
- }
+ "@babel/core": "^7.3.4",
+ "@babel/preset-env": "^7.3.4",
+ "babel-loader": "^8.0.5",
+ "webpack": "^4.29.6",
+ "webpack-cli": "^3.3.0"
+ },
+ "dependencies": {}
}