-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 1020 Bytes
/
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
{
"name": "astro-sanity-starter",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"create-project": "node ./sanity-export/create-project.js",
"import": "node ./sanity-export/import.js",
"export": "node ./sanity-export/export.js"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"@sanity/astro": "^3.1.6",
"@sanity/client": "^6.22.0",
"@sanity/validation": "^3.14.4",
"astro": "^4.15.9",
"astro-icon": "^1.1.0",
"dotenv": "^16.4.5",
"marked": "^14.1.2",
"tailwindcss": "^3.4.13",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@sanity/export": "^3.38.1",
"@sanity/import": "^3.37.4",
"@stackbit/cms-sanity": "^0.2.56",
"@stackbit/types": "^2.0.0",
"configstore": "7.0.0",
"daisyui": "^4.10.2"
}
}