-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.75 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "duitr",
"private": true,
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && wrangler deploy",
"deploy:cloudflare": "vite build && wrangler deploy",
"cf-typegen": "wrangler types",
"start": "node dist/server/server.js",
"build:pwa": "vite build && bun run pwa:icons && bun run pwa:verify && bun run copy-pwa",
"build:dev": "vite build --mode development",
"lint": "eslint .",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"test:watch": "vitest --watch",
"pwa:icons": "node generate-pwa-icons.mjs",
"pwa:verify": "node verify-pwa.mjs",
"copy-pwa": "node public/copy-to-dist.mjs",
"vercel:deploy": "bunx vercel",
"security:audit": "bun audit",
"security:fix": "bun audit --fix",
"security:check": "bun audit --audit-level=high"
},
"dependencies": {
"@fontsource/space-grotesk": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@neondatabase/neon-js": "^0.6.2-beta",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^5.90.6",
"@tanstack/react-router": "^1.170.16",
"@tanstack/react-start": "^1.168.26",
"@types/react-color": "^3.0.13",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"exceljs": "^4.4.0",
"framer-motion": "^12.6.2",
"html2canvas": "^1.4.1",
"i18next": "^25.6.0",
"i18next-browser-languagedetector": "^8.2.0",
"isomorphic-dompurify": "^2.30.1",
"lucide-react": "^0.552.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.1",
"react-color": "^2.19.3",
"react-day-picker": "^8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.66.0",
"react-i18next": "^16.2.3",
"react-icons": "^5.5.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.12"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.42.3",
"@eslint/js": "^9.9.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.5.5",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^4.3.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"indent-string": "^4.0.0",
"jsdom": "^26.1.0",
"lovable-tagger": "^1.1.7",
"postcss": "^8.4.47",
"postgres": "^3.4.9",
"sharp": "^0.33.2",
"strip-indent": "^3.0.0",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vercel": "^46.0.2",
"vite": "^8.0.9",
"vite-plugin-pwa": "^0.19.5",
"vitest": "^3.2.4",
"wrangler": "^4.105.0"
}
}