1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-05 04:15:31 +01:00

Moves to devDep

This commit is contained in:
Amir Raminfar
2018-10-31 15:31:11 -07:00
parent 8e23f61220
commit 7c342e17a1
2 changed files with 398 additions and 119 deletions

511
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,9 +20,6 @@
},
"homepage": "https://github.com/amir20/dozzle#readme",
"dependencies": {
"husky": "^1.1.2",
"lint-staged": "^8.0.4",
"prettier": "^1.14.3",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
@@ -34,7 +31,10 @@
"babel-runtime": "^6.26.0",
"concurrently": "^4.0.1",
"date-fns": "^2.0.0-alpha.25",
"husky": "^1.1.2",
"lint-staged": "^8.0.4",
"parcel-bundler": "^1.10.3",
"prettier": "^1.14.3",
"vue-hot-reload-api": "^2.3.1",
"vue-template-compiler": "^2.5.17"
},