Files
LeDiscord/frontend/package.json
EvanChal 5bbe05000e
Some checks failed
Deploy to Development / build-and-deploy (push) Failing after 20s
feat(front+back): pwa added, register parkour update with it, and jeux added in coming soon
2026-01-25 19:28:21 +01:00

34 lines
791 B
JSON

{
"name": "lediscord-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"generate-icons": "node scripts/generate-icons.js"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"lucide-vue-next": "^0.294.0",
"pinia": "^2.1.7",
"video.js": "^8.6.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sharp": "^0.33.5",
"tailwindcss": "^3.3.5",
"terser": "^5.43.1",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.20.5"
}
}