-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1005 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1005 Bytes
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@react-three/drei": "^9.31.1",
"@react-three/fiber": "^8.7.4",
"@astrojs/react": "^1.1.4",
"@astrojs/tailwind": "^2.0.2",
"astro": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"fp-ts": "^2.12.3",
"framer-motion": "^7.3.5",
"leva": "^0.9.31",
"material-composer": "^0.2.2",
"material-composer-r3f": "^0.2.3",
"postprocessing": "^6.28.7",
"render-composer": "^0.2.2",
"shader-composer": "^0.4.4",
"shader-composer-r3f": "^0.4.0",
"statery": "^0.6.2",
"three": "^0.144.0",
"vfx-composer": "^0.2.4",
"vfx-composer-r3f": "^0.2.4",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.5"
}
}