-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "my-nextjs-threejs-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.7.4",
"@heroui/react": "^2.6.14",
"@neondatabase/serverless": "^0.10.4",
"@supabase/supabase-js": "^2.47.2",
"ahooks": "^3.8.1",
"blurhash": "^2.0.5",
"motion": "^11.11.17",
"next": "14.2.15",
"next-auth": "^5.0.0-beta.25",
"nextjs-toploader": "^3.7.15",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"recharts": "^2.14.1",
"remark-breaks": "^4.0.0",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.3.0",
"subtls": "^0.3.1",
"three": "^0.169.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.169.0",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}