forked from sanity-io/sanity-template-astro-clean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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": "app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/react": "3.1.1",
"@astrojs/vercel": "7.5.1",
"@sanity/astro": "2.2.1",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.36.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"astro": "^4.5.14",
"astro-portabletext": "0.9.7",
"autoprefixer": "10.4.19",
"groq": "3.36.3",
"prettier-plugin-astro": "0.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanity": "3.36.3",
"sanity-plugin-asset-source-unsplash": "^2.0.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"eslint": "8.57.0",
"prettier": "3.2.5",
"vite": "5.2.8"
},
"engines": {
"node": ">= 18.19"
},
"keywords": [
"sanity",
"astro",
"starter"
],
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"homepage": "https://www.sanity.io/templates/astro-sanity-clean",
"repository": {
"type": "git",
"url": "https://github.com/sanity-io/sanity-template-astro-clean"
}
}