-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.8 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
{
"name": "portfolio",
"version": "0.1.0",
"homepage": "https://bigspice.github.io/Portfolio_/",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@react-email/components": "0.0.41",
"@react-spring/three": "^9.7.5",
"@react-three/fiber": "^9.1.2",
"@shadergradient/react": "^2.0.25",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"animated-backgrounds": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"critters": "^0.0.25",
"lightbox.js-react": "^1.5.3",
"lightbox2": "^2.11.5",
"lucide-react": "^0.475.0",
"motion": "^12.12.1",
"next": "^15.3.2",
"next-themes": "^0.4.4",
"npm": "^11.3.0",
"photoswipe": "^5.4.4",
"react": "19.0.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "19.0.0",
"react-grid-gallery": "^1.0.1",
"resend": "^4.5.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.176.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.176.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"file-loader": "^6.2.0",
"gh-pages": "^6.3.0",
"postcss": "^8",
"react-email": "4.0.14",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"url-loader": "^4.1.1"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}