mirror of
https://github.com/DeanWard/CaddyGen.git
synced 2025-10-30 14:17:06 +00:00
35 lines
841 B
JSON
35 lines
841 B
JSON
{
|
|
"name": "vite-vue-typescript-starter",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/colors": "^3.0.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-vue-next": "^0.344.0",
|
|
"prismjs": "^1.29.0",
|
|
"tailwind-merge": "^2.2.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^11.0.5",
|
|
"vue": "^3.4.38",
|
|
"vue-select": "^4.0.0-beta.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/prismjs": "^1.26.3",
|
|
"@types/vue-select": "^3.16.8",
|
|
"@vitejs/plugin-vue": "^5.1.3",
|
|
"autoprefixer": "^10.4.18",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.4.2",
|
|
"vue-tsc": "^2.1.4"
|
|
}
|
|
}
|