build: move all devDependencies to Dependencies

These are real dependencies without which you can't locally build apps.
This commit is contained in:
Ankush Menat 2022-09-14 16:58:29 +05:30 committed by Ankush Menat
parent 529e8ebde1
commit 06aaaaaedf

View file

@ -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",