47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "dwa",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"build:sw": "workbox generateSW workbox-config.js"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "^8.4.1",
|
|
"@vee-validate/zod": "^4.12.5",
|
|
"@vue/test-utils": "^2.4.4",
|
|
"@vueuse/core": "^10.9.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-vue-next": "^0.344.0",
|
|
"moment": "^2.30.1",
|
|
"radix-vue": "^1.4.9",
|
|
"tailwind-merge": "^2.2.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul-vue": "^0.1.0",
|
|
"vee-validate": "^4.12.5",
|
|
"vue": "^3.4.19",
|
|
"vue-router": "^4.3.0",
|
|
"vue-sonner": "^1.1.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitest/coverage-istanbul": "^1.3.1",
|
|
"@vitest/ui": "^1.3.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"jsdom": "^24.0.0",
|
|
"shadcn-vue": "^0.9.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-pwa": "^0.19.0",
|
|
"vitest": "^1.3.1",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|