start.hackmi.ch/package.json
Renovate Bot d5e63df106
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update dependency tailwindcss to v4
2025-04-04 14:50:22 +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": "^4.0.0",
"vite": "^4.4.9"
}
}