-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.21 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
{
"name": "burbir",
"version": "1.3.1",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@number-flow/react": "^0.5.7",
"@prisma/client": "^5.22.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^4.20.2",
"@tanstack/react-virtual": "^3.13.4",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@upstash/ratelimit": "^0.4.3",
"axios": "^1.6.0",
"better-auth": "^1.1.21",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"dotenv-cli": "^7.3.0",
"formidable": "^3.5.1",
"nanoid": "^5.1.2",
"next": "^14.2.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-intersection-observer": "^9.5.3",
"sonner": "^2.0.1",
"superjson": "1.9.1",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"usehooks-ts": "^2.9.1",
"zod": "^3.20.6",
"zustand": "^4.4.4"
},
"devDependencies": {
"@types/eslint": "^8.21.1",
"@types/formidable": "^3.4.5",
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.34.0",
"eslint-config-next": "^13.5.8",
"postcss": "^8.4.14",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^5.22.0",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.8.0"
}
}