summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index e62a6e0..971116a 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,11 @@
"vue": "^2.4.4"
},
"devDependencies": {
- "brunch": "^2.10.11"
+ "babel-brunch": "^6.1.1",
+ "babel-preset-env": "^1.6.0",
+ "brunch": "^2.10.11",
+ "sass-brunch": "^2.10.4",
+ "vue-loader": "^13.3.0",
+ "vue-template-compiler": "^2.5.0"
}
}