-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 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
{
"name": "incial-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1004.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@imagekit/nodejs": "^7.3.0",
"@neondatabase/serverless": "^1.0.2",
"@prisma/adapter-neon": "^7.4.2",
"@prisma/client": "^7.4.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"d3": "^7.9.0",
"framer-motion": "^12.34.0",
"gsap": "^3.14.2",
"imagekit": "^6.0.0",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"next-auth": "5.0.0-beta.30",
"ogl": "^1.0.11",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"resend": "^6.9.3",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"ws": "^8.19.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/d3": "^7.4.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.1",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"prisma": "^7.4.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}