-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@doc-kit/generator-react",
"type": "module",
"version": "0.1.0",
"description": "React/JSX-based generators for @doc-kit/core: html, jsx-ast, llms-txt, sitemap, and orama-db",
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/doc-kit.git",
"directory": "packages/react"
},
"exports": {
"./html": "./src/html/index.mjs",
"./html/ui/*": "./src/html/ui/*",
"./html/bundlers/vite": "./src/html/bundlers/vite.mjs",
"./jsx-ast": "./src/jsx-ast/index.mjs",
"./llms-txt": "./src/llms-txt/index.mjs",
"./orama-db": "./src/orama-db/index.mjs",
"./sitemap": "./src/sitemap/index.mjs",
"./package.json": "./package.json"
},
"files": [
"src",
"!src/**/*.test.mjs",
"!src/**/__tests__",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"dependencies": {
"@11ty/is-land": "^5.0.1",
"@fontsource-variable/open-sans": "^5.3.0",
"@fontsource/ibm-plex-mono": "^5.3.0",
"@heroicons/react": "^2.2.0",
"@doc-kit/core": "workspace:*",
"@node-core/rehype-shiki": "^1.4.3",
"@node-core/ui-components": "^1.7.4",
"@orama/orama": "^3.1.18",
"@orama/ui": "^1.5.4",
"estree-util-to-js": "^2.0.0",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"mdast-util-slice-markdown": "^2.0.1",
"preact": "^10.29.7",
"preact-render-to-string": "^6.7.0",
"reading-time": "^1.5.0",
"recma-jsx": "^1.0.1",
"recma-stringify": "^1.0.0",
"rehype-raw": "^7.0.0",
"rehype-recma": "^1.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"semver": "^7.8.5",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.1.0",
"vite": "~8.1.5"
},
"devDependencies": {
"dedent": "^1.7.2"
}
}