mirror of
https://github.com/LittleChest/Age.git
synced 2026-05-06 22:34:48 +08:00
23 lines
503 B
JSON
23 lines
503 B
JSON
{
|
|
"name": "age",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"sass-embedded": "^1.93.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"vue": "^3.5.21",
|
|
"vuetify": "^3.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"vite": "^7.1.5",
|
|
"vite-plugin-vuetify": "^2.1.2"
|
|
}
|
|
} |