-
Notifications
You must be signed in to change notification settings - Fork 967
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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
37
{
"name": "foundry-docs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "NODE_OPTIONS='--import tsx' vite",
"build": "bun run fetch-benchmarks && vite build",
"preview": "node dist/preview.js",
"fetch-benchmarks": "bun scripts/fetch-benchmarks.ts"
},
"dependencies": {
"mermaid": "^11.12.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"vocs": "https://pkg.pr.new/wevm/vocs@1337e71",
"waku": "1.0.0-alpha.2"
},
"devDependencies": {
"@types/bun": "^1.2.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.12.0",
"onFail": "download"
}
}
}