forked from srizzon/git-city
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.56 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.56 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
{
"name": "git-city",
"version": "0.1.0",
"private": true,
"description": "Your GitHub profile as a 3D pixel art building in an interactive city",
"homepage": "https://thegitcity.com",
"repository": {
"type": "git",
"url": "https://github.com/srizzon/git-city"
},
"author": "Samuel Rizzon",
"license": "AGPL-3.0",
"keywords": [
"github",
"3d",
"visualization",
"three-js",
"pixel-art",
"react",
"nextjs"
],
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.97.0",
"@types/three": "^0.183.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"howler": "^2.2.4",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"postprocessing": "^6.38.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"resend": "^6.9.3",
"server-only": "^0.0.1",
"stripe": "^20.3.1",
"three": "^0.183.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/howler": "^2.2.12",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}