-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 876 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
{
"name": "milo-web-preview",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"optimize": "gltfpack -i public/FreeCAD.glb -o public/CAD.glb -cc -kn"
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@nanostores/persistent": "^0.10.1",
"@nanostores/react": "^0.7.2",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/three": "^0.161.2",
"astro": "^4.4.4",
"gltfpack": "^0.20.0",
"jsoncrush": "^1.1.8",
"meshoptimizer": "^0.20.0",
"nanostores": "^0.10.0",
"obj2gltf": "^3.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"three": "^0.161.0"
}
}