summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/package.json b/package.json
index 971116a..c7ec95c 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,17 @@
"vue": "^2.4.4"
},
"devDependencies": {
- "babel-brunch": "^6.1.1",
+ "babel-core": "^6.26.0",
+ "babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
- "brunch": "^2.10.11",
- "sass-brunch": "^2.10.4",
+ "cross-env": "^5.0.5",
+ "css-loader": "^0.28.7",
+ "file-loader": "^1.1.5",
+ "node-sass": "^4.5.3",
+ "sass-loader": "^6.0.6",
"vue-loader": "^13.3.0",
- "vue-template-compiler": "^2.5.0"
- }
+ "vue-template-compiler": "^2.5.2",
+ "webpack": "^3.7.1"
+ },
+ "private": false
}