-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
50
51
52
53
54
55
56
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.8",
"@gltf-transform/functions": "^4.0.8",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@react-oauth/google": "^0.12.1",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.2",
"cloudinary-build-url": "^0.2.4",
"dotenv": "^16.4.5",
"draco3dgltf": "^1.5.7",
"firebase": "^10.12.2",
"formik": "^2.4.6",
"fs": "^0.0.1-security",
"lucide-react": "^0.454.0",
"next": "14.2.14",
"postprocessing": "^6.36.0",
"r3f-perf": "^7.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-material-ui-carousel": "^3.4.2",
"react-three-fiber": "^6.0.13",
"three": "^0.167.0",
"three-viewport-gizmo": "^0.1.5",
"uuid": "^10.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "5.6.2"
}
}