-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "causeloop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@prisma/client": "^5.15.0",
"@react-three/fiber": "^8.18.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.43.4",
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
"gsap": "^3.15.0",
"lucide-react": "^0.395.0",
"next": "14.2.3",
"pg": "^8.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.8.1",
"stripe": "^22.2.2",
"tailwind-merge": "^2.3.0",
"three": "0.166.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prisma": "^5.15.0",
"tailwindcss": "^3.4.4",
"vitest": "^4.1.9"
}
}