remove useless deps

This commit is contained in:
Davide Alberani 2017-01-19 22:51:36 +01:00
parent b8ffeb5748
commit b610a0cb4f

View file

@ -11,13 +11,11 @@
"build": "node build/build.js" "build": "node build/build.js"
}, },
"dependencies": { "dependencies": {
"babel": "^6.5.2",
"jquery": "^3.1.1", "jquery": "^3.1.1",
"material-design-icons": "^3.0.1", "material-design-icons": "^3.0.1",
"materialize-css": "^0.97.8", "materialize-css": "^0.97.8",
"roboto-fontface": "^0.6.0", "roboto-fontface": "^0.6.0",
"vue": "^2.1.8", "vue": "^2.1.8",
"vue-focus": "^2.1.0",
"vue-loader": "^10.0.2", "vue-loader": "^10.0.2",
"vue-material": "^0.6.3", "vue-material": "^0.6.3",
"vue-resource": "^1.0.3", "vue-resource": "^1.0.3",
@ -27,6 +25,7 @@
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^6.4.0", "autoprefixer": "^6.4.0",
"babel": "^6.5.2",
"babel-core": "^6.0.0", "babel-core": "^6.0.0",
"babel-loader": "^6.0.0", "babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0", "babel-plugin-transform-runtime": "^6.0.0",