-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "@example/basics",
"version": "0.0.1",
"private": true,
"scripts": {
"generate-images": "node generate-images.js",
"dev": "astro dev",
"start": "astro dev",
"build": "pnpm generate-images && astro build",
"preview": "astro preview"
},
"devDependencies": {
"@11ty/eleventy-img": "^2.0.1",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^1.0.0",
"@types/three": "^0.144.0",
"astro": "1.1.5",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3",
"react": "^18.1.0",
"rollup-plugin-visualizer": "^5.8.2",
"tailwindcss": "^3.1.8",
"tailwindcss-capsize": "^3.0.2"
},
"dependencies": {
"@nanostores/react": "^0.4.0",
"@react-three/drei": "^9.32.7",
"@react-three/fiber": "^8.8.8",
"@svelte-drama/swr": "^0.2.8",
"astro-seo": "^0.6.0",
"comlink": "^4.3.1",
"cross-fetch": "^3.1.5",
"nanostores": "^0.7.0",
"svelte": "^3.52.0",
"three": "^0.145.0"
},
"pnpm": {
"patchedDependencies": {
"@react-three/[email protected]": "patches/@[email protected]"
}
}
}