-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 Bytes
/
package.json
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
{
"name": "web-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"bun": "^1.1.38",
"clsx": "^2.1.1",
"depcheck": "^1.4.7",
"lenis": "^1.1.18",
"motion": "^11.14.1",
"next": "15.0.4",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"sharp": "^0.33.5",
"three": "0.170.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/three": "^0.170.0",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8",
"prettier": "3.4.2",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"urdf-loader": "^0.12.3"
}
}