36 lines
914 B
JSON
36 lines
914 B
JSON
{
|
|
"name": "my-vue-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bunx --bun vite",
|
|
"build": "bunx vue-tsc -b && bunx --bun vite build",
|
|
"preview": "bunx --bun vite preview",
|
|
"type-check": "bunx vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@vueuse/core": "^14.2.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-vue-next": "^0.563.0",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"reka-ui": "^2.8.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"vue": "^3.5.25"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^8.0.0-beta.13",
|
|
"vue-tsc": "^3.1.5",
|
|
"@types/bun": "latest"
|
|
}
|
|
}
|