start.hackmi.ch/package.json
Renovate Bot 0187dd4a8c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update dependency daisyui to v5
2025-04-04 14:50:19 +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": "^5.0.0",
"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": "^4.4.9"
}
}