-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "web-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev & tsc --watch --preserveWatchOutput",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.5",
"bun": "^1.1.38",
"clsx": "^2.1.1",
"depcheck": "^1.4.7",
"framer-motion": "^11.18.0",
"gray-matter": "^4.0.3",
"lenis": "^1.1.18",
"motion": "^11.14.1",
"next": "15.1.2",
"next-mdx-remote": "^5.0.0",
"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/mdx-js__react": "^1.5.8",
"@types/node": "^20.17.14",
"@types/react": "^19.0.7",
"@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"
}
}