build: move all devDependencies to Dependencies
These are real dependencies without which you can't locally build apps.
This commit is contained in:
parent
529e8ebde1
commit
06aaaaaedf
1 changed files with 1 additions and 3 deletions
|
|
@ -61,9 +61,7 @@
|
|||
"vue": "2.6.14",
|
||||
"vue-router": "^2.0.0",
|
||||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vuex": "3",
|
||||
"@frappe/esbuild-plugin-postcss2": "^0.1.3",
|
||||
"@vue/component-compiler": "^4.2.4",
|
||||
"autoprefixer": "10",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue