-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "callum",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@fontsource-variable/inter": "^5.0.18",
"@phosphor-icons/react": "^2.1.5",
"@sanity/astro": "^3.0.0",
"@sanity/client": "^6.20.0",
"@sanity/dashboard": "^3.1.6",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.38.0",
"@types/alpinejs": "^3.13.10",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"alpinejs": "^3.13.8",
"astro": "^4.16.8",
"astro-portabletext": "^0.9.8",
"astro-sanity-picture": "^0.2.0",
"astro-seo": "^0.8.3",
"class-variance-authority": "^0.7.0",
"country-code-emoji": "^2.3.0",
"groq": "^3.47.1",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"sanity": "^3.47.1",
"sanity-plugin-asset-source-unsplash": "^3.0.1",
"sanity-plugin-dashboard-widget-document-list": "^1.0.1",
"sanity-plugin-media": "^2.2.5",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"esbuild": "^0.20.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.24.3"
}
}