-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "stvn",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.6",
"@astrojs/tailwind": "^5.1.5",
"@astrojs/vercel": "^8.0.4",
"@iconify-json/mdi": "^1.2.3",
"@iconify/tools": "^4.1.1",
"@portabletext/types": "^2.0.13",
"@sanity/astro": "^3.1.9",
"@sanity/client": "^6.27.1",
"@sanity/types": "^3.71.2",
"@sanity/vision": "^3.71.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vercel/speed-insights": "^1.1.0",
"astro": "^5.1.9",
"astro-font": "^0.0.81",
"astro-icon": "^1.1.5",
"astro-portabletext": "^0.10.1",
"astro-seo": "^0.8.4",
"framer-motion": "^11.18.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.71.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
},
"overrides": {
"astro-icon": {
"cheerio": "1.0.0-rc.12"
}
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}