forked from mafo3186/venezia-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
{
"private": true,
"scripts": {
"predev": "npm run typegen",
"dev": "next dev",
"prebuild": "npm run typegen",
"build": "next build",
"start": "next start",
"lint": "next lint",
"presetup": "echo 'about to setup env variables, follow the guide here: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#using-the-sanity-cli'",
"setup": "npx sanity@latest init --env .env.local",
"postsetup": "echo 'create the read token by following the rest of the guide: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#creating-a-read-token'",
"updatemodel:optimize": "gltf-transform optimize public/assets/venice.glb public/assets/venice-transformed.glb --compress draco --no-simplify",
"updatemodel:gltfjsx": "gltfjsx public/assets/venice-transformed.glb --root=./public --output=public/assets/model.jsx --shadows --console > ./components/world/model.jsx",
"updatemodel": "npm run updatemodel:optimize && npm run updatemodel:gltfjsx",
"typegen": "sanity schema extract && sanity typegen generate"
},
"dependencies": {
"@react-spring/three": "^9.7.4",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@react-three/postprocessing": "^2.16.3",
"@sanity/assist": "^3.0.6",
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "^1.0.2",
"@sanity/locale-de-de": "^1.1.11",
"@sanity/preview-url-secret": "^1.6.21",
"@sanity/vision": "^3.58.0",
"@types/node": "^22.7.2",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.168.0",
"@vercel/speed-insights": "^1.0.12",
"blurhash-base64": "^0.0.3",
"embla-carousel-react": "^8.3.0",
"framer-motion-3d": "^11.9.0",
"next": "^14.2.13",
"next-sanity": "^9.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sanity": "^3.58.0",
"sanity-plugin-asset-source-unsplash": "^3.0.1",
"sanity-plugin-media": "^2.3.2",
"server-only": "^0.0.1",
"three": "^0.168.0",
"three-pathfinding": "^1.3.0",
"typescript": "5.6.2"
},
"devDependencies": {
"@gltf-transform/cli": "^4.0.10",
"eslint": "*",
"eslint-config-next": "^14.2.13",
"gltfjsx": "^6.5.2"
}
}