-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
{
"name": "tubecraft",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "eslint .",
"start": "next start",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "latest",
"@emotion/styled": "^11.14.1",
"@jscad/modeling": "^2.13.0",
"@jscad/stl-serializer": "^2.1.23",
"@mui/icons-material": "^7.3.9",
"@mui/lab": "7.0.1-beta.23",
"@mui/material": "^7.3.9",
"@mui/material-nextjs": "^7.3.9",
"@mui/system": "^7.3.9",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"lucide-react": "0.577.0",
"next": "16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"three": "^0.183.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.8",
"prettier": "3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.0"
}
}