forked from pointblank-club/PB_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 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
{
"name": "pbwebsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"prepare": "husky"
},
"dependencies": {
"@mendable/firecrawl-js": "^4.21.0",
"@next/third-parties": "^16.2.4",
"@octokit/plugin-retry": "^8.1.0",
"@octokit/plugin-throttling": "^11.0.3",
"@octokit/rest": "^22.0.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/three": "^0.184.0",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"framer-motion": "^12.38.0",
"husky": "^9.1.7",
"jsonwebtoken": "^9.0.3",
"lenis": "^1.3.23",
"lucide-react": "^1.14.0",
"mongoose": "^9.6.1",
"next": "16.2.4",
"nodemailer": "^8.0.7",
"octokit": "^5.0.5",
"radix-ui": "^1.4.3",
"react": "19.2.5",
"react-confetti": "^6.4.0",
"react-dom": "19.2.5",
"react-use": "^17.6.0",
"shadcn": "^4.6.0",
"tailwind-merge": "^3.5.0",
"three": "^0.184.0",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.6.0",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^10.3.0",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@10.26.1"
}