-
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.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 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
{
"name": "ssg-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm next dev",
"build": "pnpm next build ",
"start": "pnpm next start",
"lint": "eslint"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-virtual": "^3.13.12",
"@tiptap/core": "^3.10.8",
"@tiptap/extension-image": "^3.10.8",
"@tiptap/extension-link": "^3.10.8",
"@tiptap/extension-list": "^3.10.8",
"@tiptap/extension-table": "^3.10.8",
"@tiptap/react": "^3.10.8",
"@tiptap/starter-kit": "^3.10.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.1.0",
"lucide-react": "^0.544.0",
"next": "16.1.1",
"next-auth": "5.0.0-beta.29",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-hook-form": "^7.63.0",
"react-hot-toast": "^2.6.0",
"socket.io-client": "^4.8.3",
"swr": "^2.3.8",
"tailwind-merge": "^3.3.1",
"usehooks-ts": "^3.1.1",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "^5"
}
}