-
Notifications
You must be signed in to change notification settings - Fork 981
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 820 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 820 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
35
36
{
"name": "foundry-docs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "bun run fetch-benchmarks && vocs build",
"preview": "vocs preview",
"fetch-benchmarks": "bun scripts/fetch-benchmarks.ts"
},
"dependencies": {
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwindcss": "^4.2.2",
"vocs": "2.0.10",
"waku": "^1.0.0-beta.0"
},
"devDependencies": {
"@types/bun": "^1.3.12",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vite": "^8.0.16"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.12.0",
"onFail": "download"
}
}
}