-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "domaine",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build && pagefind --site dist && cp -r dist/pagefind public/",
"index": "pagefind --site dist && cp -r dist/pagefind public/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.2",
"@mux/mux-player": "^2.7.0",
"@sanity/astro": "^3.1.6",
"@sanity/client": "^6.21.3",
"@sanity/color-input": "^3.1.1",
"@sanity/image-url": "^1.0.2",
"@sanity/orderable-document-list": "^1.2.1",
"@sanity/table": "^1.1.2",
"@sanity/visual-editing": "^2.1.10",
"@studio-freight/lenis": "^1.0.37",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.9",
"astro-icon": "^1.1.0",
"astro-portabletext": "^0.9.9",
"astro-sanity-picture": "^0.2.0",
"gsap": "npm:@gsap/shockingly@^3.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.57.4",
"sanity-plugin-media": "^2.2.5",
"sanity-plugin-mux-input": "^2.3.4",
"sanity-plugin-vercel-deploy": "^3.3.4",
"sanity-plugin-webhooks-trigger": "^0.3.1",
"solid-devtools": "^0.30.1",
"solid-js": "^1.8.17",
"swiper": "^11.1.8",
"three": "^0.167.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"pagefind": "^1.1.0"
}
}