this repo has no description
1{
2 "name": "web",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "engines": {
7 "node": "^20.19.0 || >=22.12.0"
8 },
9 "scripts": {
10 "dev": "vite",
11 "build": "run-p type-check \"build-only {@}\" --",
12 "preview": "vite preview",
13 "build-only": "vite build",
14 "type-check": "vue-tsc --build"
15 },
16 "dependencies": {
17 "@tailwindcss/vite": "^4.1.16",
18 "@tanstack/vue-form": "^1.23.8",
19 "@tanstack/vue-query": "^5.90.5",
20 "@vueuse/core": "^14.0.0",
21 "axios": "^1.13.1",
22 "class-variance-authority": "^0.7.1",
23 "clsx": "^2.1.1",
24 "lucide-vue-next": "^0.548.0",
25 "pinia": "^3.0.3",
26 "reka-ui": "^2.6.0",
27 "tailwind-merge": "^3.3.1",
28 "tailwindcss": "^4.1.16",
29 "tw-animate-css": "^1.4.0",
30 "vue": "^3.5.22",
31 "vue-country-flag-next": "^2.3.2",
32 "vue-router": "^4.6.3",
33 "vue-sonner": "^2.0.9"
34 },
35 "devDependencies": {
36 "@tsconfig/node22": "^22.0.2",
37 "@types/node": "^22.18.11",
38 "@vitejs/plugin-vue": "^6.0.1",
39 "@vue/tsconfig": "^0.8.1",
40 "npm-run-all2": "^8.0.4",
41 "typescript": "~5.9.0",
42 "vite": "^7.1.11",
43 "vite-plugin-vue-devtools": "^8.0.3",
44 "vue-tsc": "^3.1.1"
45 }
46}