summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 19 insertions, 3 deletions
diff --git a/package.json b/package.json
index 1f5f5fb..62a7525 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"main": "index.js",
"dependencies": {
"axios": "^0.18.0",
+ "buefy": "^0.6.5",
"bulma": "^0.7.1",
"fluture": "^8.0.2",
"fluture-retry": "^1.0.0",
@@ -14,12 +15,27 @@
"ramda": "^0.25.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
- "vainglory": "^1.4.0"
+ "vue": "^2.5.16"
+ },
+ "devDependencies": {
+ "babel-core": "^6.26.3",
+ "babel-loader": "^7.1.4",
+ "babel-preset-env": "^1.6.1",
+ "css-loader": "^0.28.11",
+ "html-webpack-plugin": "^3.2.0",
+ "node-sass": "^4.9.0",
+ "sass-loader": "^7.0.1",
+ "vue-loader": "^15.0.9",
+ "vue-template-compiler": "^2.5.16",
+ "webpack": "^4.8.1",
+ "webpack-cli": "^2.1.3",
+ "webpack-dev-server": "^3.1.4"
},
- "devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "backend": "node backend/index.js"
+ "backend": "node backend/index.js",
+ "dev": "webpack-dev-server --mode development --progress --hot",
+ "build": "webpack --mode production --progress"
},
"repository": {
"type": "git",