-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.68 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.68 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
59
60
61
62
63
64
65
66
67
{
"name": "dev-iter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@gsap/react": "^2.1.2",
"@prisma/adapter-pg": "^7.4.1",
"@prisma/client": "^7.4.1",
"@prisma/config": "^7.4.1",
"@studio-freight/lenis": "^1.0.42",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"emailjs-com": "^3.2.0",
"firebase": "^12.8.0",
"framer-motion": "^12.25.0",
"gsap": "^3.14.2",
"lenis": "^1.3.17",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"nodemailer": "^7.0.12",
"pg": "^8.18.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.12.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.5",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.23",
"dotenv": "^17.3.1",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.6",
"prisma": "^7.4.1",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/engines",
"prisma",
"esbuild",
"@firebase/util",
"protobufjs"
]
}
}