-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 853 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 853 Bytes
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
{
"name": "bryanorozco.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.1",
"@react-three/drei": "^10.7.4",
"@react-three/fiber": "^9.3.0",
"@types/three": "^0.162.0",
"axios": "^1.7.7",
"gsap": "^3.12.5",
"lil-gui": "^0.20.0",
"next": "^15.5.2",
"openai": "^5.16.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tachyons": "^4.12.0",
"three": "^0.162.0"
},
"devDependencies": {
"eslint": "^9.34.0",
"eslint-config-next": "^15.5.2"
}
}