mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-15 11:19:33 +01:00
34 lines
797 B
JSON
34 lines
797 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap-icons": "^1.11.3",
|
|
"ioc-service-container": "^1.6.1",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^7.7.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"daisyui": "^4.10.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "3.2.5",
|
|
"sass": "^1.75.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
}
|