-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "k2vr-docs",
"version": "1.0.0",
"scripts": {
"gensearch": "node scripts/search-gen.mjs",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-component": "^1.0.5",
"@astrojs/markdown-remark": "^6.3.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "3.6.0",
"@babel/core": "^7.25.2",
"@types/node": "^22.5.0",
"@types/react": "^18.3.5",
"astro": "^4.15.4",
"hastscript": "^9.0.0",
"preact": "^10.23.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slugify-counter": "file:./rehype-slugify-counter",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-smartypants": "^3.0.2",
"sass": "^1.77.8",
"serialize-javascript": "^6.0.2",
"shiki": "^1.12.1",
"shorthash": "^0.0.2",
"strip-markdown": "^6.0.0"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@9.7.1"
}