-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.63 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
{
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.1045.0",
"@aws-sdk/client-ssm": "^3.1047.0",
"@heroicons/react": "^1.0.6",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/themes": "^3.3.0",
"@react-router/node": "^7.13.1",
"@react-router/serve": "^7.13.1",
"@upstash/redis": "^1.37.0",
"@vercel/analytics": "^1.6.1",
"@vercel/react-router": "^1.2.6",
"@vercel/speed-insights": "^1.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"isbot": "^5.1.36",
"lucide-react": "^0.576.0",
"motion": "^12.38.0",
"react": "^19.2.4",
"react-day-picker": "^8.10.1",
"react-dom": "^19.2.4",
"react-intersection-observer": "^9.16.0",
"react-router": "^7.13.1",
"recharts": "^3.8.0",
"tailwind-merge": "^3.5.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@react-router/dev": "^7.13.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@types/css-modules": "^1.0.5",
"@types/node": "^20.19.37",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/web-push": "^3.6.4",
"baseline-browser-mapping": "^2.10.8",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-tsconfig-paths": "^5.1.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.42.0"
}
}