-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 868 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 868 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
34
35
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https -H 192.168.1.75",
"build": "next build",
"start": "next start -p $PORT",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^3.0.4",
"@react-three/xr": "^5.7.1",
"@types/three": "^0.158.3",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.2",
"sass": "^1.69.4",
"three": "^0.166.0",
"tunnel-rat": "^0.1.2",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"typescript": "^5"
}
}