-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.9 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.9 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
{
"name": ".",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@bufbuild/protobuf": "^2.7.0",
"@connectrpc/connect": "^2.1.0",
"@connectrpc/connect-web": "^2.1.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@stytch/react": "^19.11.1",
"@stytch/vanilla-js": "^5.35.1",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-devtools": "^0.2.2",
"@tanstack/react-query": "^5.87.1",
"@tanstack/react-router": "^1.130.2",
"@tanstack/react-router-devtools": "^1.131.5",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.131.7",
"@tanstack/router-plugin": "^1.121.2",
"@workos-inc/authkit-react": "^0.12.0",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codegenv2": "link:@bufbuild/protobuf/codegenv2",
"date-fns": "^4.1.0",
"lucide-react": "^0.542.0",
"postcss": "^8.5.6",
"react": "^19.0.0",
"react-day-picker": "^9.11.1",
"react-dom": "^19.0.0",
"recharts": "2.15.4",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.0.6",
"vite-tsconfig-paths": "^5.1.4",
"wkt": "link:@bufbuild/protobuf/wkt",
"zod": "^4.1.11"
},
"devDependencies": {
"@tanstack/router-cli": "^1.131.44",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^26.0.0",
"tw-animate-css": "^1.3.8",
"typescript": "^5.7.2",
"vite": "^6.3.5",
"vitest": "^3.0.5",
"web-vitals": "^4.2.4"
}
}