-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (88 loc) · 2.55 KB
/
package.json
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
78
79
80
81
82
83
84
85
86
87
88
{
"name": "chat-io",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "npm-run-all --parallel next:dev convex:dev ",
"convex:dev": "convex dev --tail-logs",
"next:dev": "next dev",
"lint": "next lint",
"start": "next start",
"preinstall": "npx only-allow pnpm",
"convex:deploy": "convex deploy"
},
"dependencies": {
"@clerk/nextjs": "^5.1.5",
"@clerk/shared": "^2.3.0",
"@floating-ui/react": "^0.26.17",
"@hookform/resolvers": "^3.6.0",
"@legendapp/state": "3.0.0-alpha.38",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@serwist/next": "9.0.7",
"@t3-oss/env-nextjs": "^0.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"convex": "^1.13.0",
"convex-ents": "^0.11.0",
"convex-helpers": "^0.1.45",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.10",
"geist": "^1.3.1",
"jiti": "^1.21.6",
"lucide-react": "^0.441.0",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"npm-run-all2": "^6.2.0",
"providers": "link:providers",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-resizable-panels": "^2.0.19",
"react-responsive": "^10.0.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.0",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"serwist": "^9.0.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.30.0"
},
"packageManager": "[email protected]",
"engineStrict": true,
"engines": {
"pnpm": "9.10.0"
}
}