-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "astro-markdoc-ssr",
"type": "module",
"version": "0.0.3",
"types": "./dist/index.d.ts",
"keywords": [
"astro-integration",
"markdoc",
"astro",
"ssr",
"markdoc-ssr",
"astro-markdoc-ssr"
],
"main": "./src/index.ts",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/markdoc": "^0.5.0",
"@astrojs/prism": "^3.0.0",
"@astrojs/react": "^3.0.2",
"@markdoc/markdoc": "^0.3.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.1.0",
"bcp-47": "^2.1.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"htmlparser2": "^9.0.0",
"kleur": "^4.1.5",
"nanoid": "^5.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"shiki": "^0.14.4",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/html-escaper": "^3.0.0",
"@types/markdown-it": "^13.0.0",
"@types/node": "^20.6.2",
"typescript": "^5.2.2"
}
}