-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.52 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.52 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
{
"name": "futuristic-portfolio-prototype",
"version": "1.0.0",
"private": true,
"description": "Production source for a cinematic single-page portfolio built with Next.js, TypeScript, GSAP, and Three.js.",
"scripts": {
"dev": "next dev",
"snapshot": "node scripts/fetch-github-snapshot.mjs",
"prebuild": "node scripts/fetch-github-snapshot.mjs",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"keywords": [
"portfolio",
"cinematic",
"three.js",
"gsap",
"nextjs",
"ai",
"interactive",
"3d-graphics",
"story-led"
],
"author": "Muhammad Afsah Mumtaz <contact@name0x0.dev> (https://name0x0.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NAME0x0/NAME0x0.github.io.git"
},
"homepage": "https://name0x0.is-a.dev",
"dependencies": {
"@gsap/react": "^2.1.2",
"@heroicons/react": "^2.2.0",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"geist": "^1.7.0",
"gsap": "^3.12.5",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.3.5",
"three": "^0.179.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.179.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.3"
}
}