-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.39 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
{
"name": "invite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"calendar-link": "^2.11.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"handlebars": "^4.7.9",
"next": "^16.2.12",
"next-plausible": "^3.12.5",
"openai": "^6.49.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.83.0",
"react-icons": "^5.7.0",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.19.43",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.12",
"postcss": "^8.5.23",
"prettier": "^3.9.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [],
"overrides": {
"postcss": "^8.5.18",
"yaml": "^2.8.3",
"sharp": "^0.35.0"
}
}
}