-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 808 Bytes
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": "docs",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@funstack/router": "^1.1.0",
"@funstack/static": "workspace:*",
"@shikijs/rehype": "^3.22.0",
"@types/node": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"rehype-slug": "^6.0.0",
"shiki": "^4.0.2"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.1",
"@types/mdx": "^2.0.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "catalog:",
"rsc-html-stream": "^0.0.7",
"typescript": "catalog:",
"vite": "catalog:",
"wrangler": "^4.76.0"
}
}