beefast-website/package.json
2025-01-21 23:13:41 +08:00

21 lines
419 B
JSON

{
"dependencies": {
"@heroicons/vue": "^2.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vue": "^3.3.0",
"vue-router": "^4.5.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.7"
}
}