-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "noidea",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.0",
"@ant-design/happy-work-theme": "^1.0.0",
"@clerk/nextjs": "^4.27.2",
"@formkit/auto-animate": "^0.8.1",
"@iconify/react": "^4.1.1",
"@prisma/client": "^5.20.0",
"@supabase/supabase-js": "^2.39.0",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-query-devtools": "^5.14.2",
"antd": "^5.11.5",
"classnames": "^2.5.1",
"cloudinary": "^1.41.0",
"dayjs": "^1.11.10",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.5.3",
"react-scroll": "^1.9.0",
"svix": "^1.15.0"
},
"devDependencies": {
"@types/react": "^18.3.5",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"prisma": "^5.20.0"
}
}