-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.95 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.95 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
{
"name": "web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "npx buf generate",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@bufbuild/protobuf": "2.2.1",
"@connectrpc/connect": "2.0.0-rc.2",
"@connectrpc/connect-web": "2.0.0-rc.2",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-aspect-ratio": "1.1.0",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"cors": "2.8.5",
"express": "4.21.2",
"lucide-react": "0.314.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-router-dom": "6.27.0",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"tsx": "4.19.3",
"zod": "3.23.8"
},
"devDependencies": {
"@bufbuild/buf": "1.46.0",
"@bufbuild/protoc-gen-es": "2.2.1",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/node": "*",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.30.1",
"@typescript-eslint/parser": "8.30.1",
"@vitejs/plugin-react": "4.7.0",
"autoprefixer": "10.4.20",
"eslint": "9.24.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"postcss": "8.5.10",
"tailwindcss": "3.4.14",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vite": "7.1.11"
}
}