Version 1.3.0-rc5 - Finalisation du Docker
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "vite --host --port 8080",
|
||||
"preview": "vite preview --host --port 8080",
|
||||
"build": "vite build"
|
||||
"build": "vite build",
|
||||
"serve": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||
@@ -16,9 +17,10 @@
|
||||
"@unhead/vue": "^2.0.12",
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"@vueuse/core": "^13.7.0",
|
||||
"express": "^5.1.0",
|
||||
"pinia": "^3.0.3",
|
||||
"socket.io-client": "^4.8.1",
|
||||
"vite": "^7.0.5",
|
||||
"vite": "^7.0.6",
|
||||
"vue": "^3.2.13",
|
||||
"vue-router": "^4.0.3",
|
||||
"vuedraggable": "^4.1.0"
|
||||
|
Reference in New Issue
Block a user