-
Notifications
You must be signed in to change notification settings - Fork 436
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"name": "docs-new",
"version": "0.19.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "waku dev --host 0.0.0.0",
"build": "waku build",
"start": "waku start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@babel/standalone": "^7.28.5",
"feed": "^4.2.2",
"algoliasearch": "^5.46.2",
"@codesandbox/sandpack-client": "^2.19.8",
"@codesandbox/sandpack-react": "^2.20.0",
"@stylexjs/stylex": "0.19.0",
"@stylexjs/babel-plugin": "0.19.0",
"@monaco-editor/react": "^4.7.0",
"marked": "^17.0.1",
"lz-string": "^1.5.0",
"fumadocs-core": "16.0.11",
"prettier": "^3.7.4",
"path-browserify": "^1.0.1",
"fumadocs-mdx": "13.0.8",
"fumadocs-ui": "16.0.11",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-server-dom-webpack": "^19.2.6",
"waku": "^1.0.0-alpha.0",
"zod": "^4.3.4",
"next-themes": "^0.4.6",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"lucide-react": "^0.553.0",
"remark-directive": "^4.0.0",
"use-query-params": "^2.2.2"
},
"devDependencies": {
"@stylexjs/unplugin": "0.19.0",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"unplugin": "^2.3.10",
"vite": "^7.3.2",
"vite-tsconfig-paths": "^5.1.4"
}
}