Move dev dependencies to dependencies, as they are needed to build

This commit is contained in:
Ramon Wenger 2023-04-26 11:46:53 +02:00
parent f7232ffa33
commit af53ee225c
1 changed files with 5 additions and 7 deletions

View File

@ -53,6 +53,7 @@
"@tiptap/vue-3": "^2.0.0-beta.90",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/apollo-composable": "^4.0.0-beta.1",
"@vue/apollo-option": "^4.0.0-alpha.16",
"@vue/compat": "3.2.30",
@ -100,20 +101,24 @@
"postcss-url": "^10.1.3",
"prettier": "2.8.2",
"rimraf": "^2.6.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0",
"semver": "^5.3.0",
"shelljs": "^0.8.5",
"survey-knockout": "^1.9.41",
"typescript": "^4.6.4",
"ts-loader": "^8.3.0",
"uploadcare-widget": "^3.6.0",
"url-loader": "^4.1.1",
"vee-validate": "^4.5.10",
"vite": "^3.1.0",
"vue": "3.2.30",
"vue-loader": "^16.8.3",
"vue-matomo": "^4.2.0",
"vue-router": "^4.0.14",
"vue-scrollto": "^2.20.0",
"vue-style-loader": "^3.0.1",
"vue-tsc": "^0.40.4",
"vue-vimeo-player": "^1.1.2",
"vuex": "4.0.1",
"webpack": "^5.67.0",
@ -122,13 +127,6 @@
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"sass": "^1.56.1",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
},
"engines": {
"node": ">= 14.x",
"npm": ">= 8.x"