beefast-website/package.json
2025-03-25 09:26:01 +08:00

25 lines
527 B
JSON

{
"dependencies": {
"@heroicons/vue": "^2.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.8.4",
"echarts": "^5.6.0",
"element-plus": "^2.9.7",
"pdfjs-dist": "^4.0.269",
"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"
}
}