Version 1.0.0 - Initialisation du depot

This commit is contained in:
2025-07-25 18:00:14 +02:00
commit e3d7a911f4
51 changed files with 4335 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "chopin-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host --port 8080",
"build": "vue-tsc -b && vite build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@unhead/vue": "^2.0.12",
"@vitejs/plugin-vue": "^6.0.0",
"core-js": "^3.8.3",
"pinia": "^3.0.3",
"socket.io-client": "^4.8.1",
"vite": "^7.0.5",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
}
}