mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:13:08 +02:00
ビルド関係の依存関係をdevDependenciesに入れるのをやめた
本番環境でビルドできないため
This commit is contained in:
parent
02a43a310f
commit
504cf74b90
1 changed files with 7 additions and 8 deletions
|
@ -74,6 +74,13 @@
|
||||||
"vue-router": "4.0.15",
|
"vue-router": "4.0.15",
|
||||||
"vuedraggable": "4.0.1",
|
"vuedraggable": "4.0.1",
|
||||||
"websocket": "1.0.34",
|
"websocket": "1.0.34",
|
||||||
|
"@vitejs/plugin-vue": "2.3.3",
|
||||||
|
"@vue/compiler-sfc": "3.2.33",
|
||||||
|
"@rollup/plugin-alias": "3.1.9",
|
||||||
|
"@rollup/plugin-json": "4.1.0",
|
||||||
|
"rollup": "2.73.0",
|
||||||
|
"typescript": "4.6.4",
|
||||||
|
"vite": "2.9.9",
|
||||||
"ws": "8.6.0"
|
"ws": "8.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -98,14 +105,6 @@
|
||||||
"@types/ws": "8.5.3",
|
"@types/ws": "8.5.3",
|
||||||
"@typescript-eslint/eslint-plugin": "5.23.0",
|
"@typescript-eslint/eslint-plugin": "5.23.0",
|
||||||
"@typescript-eslint/parser": "5.23.0",
|
"@typescript-eslint/parser": "5.23.0",
|
||||||
"@vitejs/plugin-vue": "2.3.3",
|
|
||||||
"@vue/compiler-sfc": "3.2.33",
|
|
||||||
"@rollup/plugin-alias": "3.1.9",
|
|
||||||
"@rollup/plugin-json": "4.1.0",
|
|
||||||
"rollup": "2.73.0",
|
|
||||||
"typescript": "4.6.4",
|
|
||||||
|
|
||||||
"vite": "2.9.9",
|
|
||||||
"eslint": "8.15.0",
|
"eslint": "8.15.0",
|
||||||
"eslint-plugin-vue": "8.7.1",
|
"eslint-plugin-vue": "8.7.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
|
|
Loading…
Reference in a new issue