-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "@mmerle/stella",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev ./dist",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy ./dist",
"build-cf-types": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.0",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"@sanity/astro": "^3.1.6",
"@sanity/client": "^6.22.1",
"@sanity/vision": "^3.60.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.12",
"astro-font": "^0.1.81",
"astro-portabletext": "^0.10.0",
"clsx": "^2.1.1",
"cva": "npm:class-variance-authority@^0.7.0",
"framer-motion": "^11.11.7",
"groq": "^3.60.0",
"lenis": "^1.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resend": "^4.0.0",
"sanity": "^3.60.0",
"three": "^0.169.0",
"typescript": "^5.6.3",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss-media-minmax": "^5.0.0",
"postcss-nested": "^6.2.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"vite": "^5.4.8",
"wrangler": "^3.80.2"
}
}