-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 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
{
"name": "@keystatic/templates-astro",
"version": "0.0.15",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdoc": "^0.11.5",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/vercel": "^7.8.2",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.39",
"@nvanexan/markdoc-extensions": "^0.0.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanitize-html": "^2.13.1",
"typescript": "^5.6.3"
},
"scripts": {
"dev": "astro dev --host 127.0.0.1",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "patch-package"
},
"devDependencies": {
"patch-package": "^8.0.0"
}
}