Browse Source

remove useless deps

Davide Alberani 7 years ago
parent
commit
b610a0cb4f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

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