start.hackmi.ch/package.json
Renovate Bot 548e607d9f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update dependency vite to v6
2025-04-04 14:50:25 +00:00

23 lines
456 B
JSON

{
"name": "htemplate",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.7",
"daisyui": "^3.7.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.1",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^6.0.0"
}
}