-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"private": true,
"dependencies": {
"@reboot-dev/reboot-api": "workspace:*",
"@reboot-dev/reboot-react": "workspace:*",
"@reboot-dev/reboot-std-api": "workspace:*",
"@reboot-dev/reboot-std-react": "workspace:*",
"@reboot-dev/reboot-std": "workspace:*",
"@reboot-dev/reboot-web": "workspace:*",
"@reboot-dev/reboot": "workspace:*",
"@modelcontextprotocol/ext-apps": "1.2.0",
"@modelcontextprotocol/sdk": "1.27.1",
"@bufbuild/protobuf": "1.10.1",
"@bufbuild/protoc-gen-es": "1.10.1",
"@bufbuild/protoplugin": "1.10.1",
"@types/node": "20.11.5",
"@types/react": "19.2.7",
"@testing-library/react": "^16.3.0",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-istanbul": "^3.1.2",
"@types/express": "^5.0.1",
"@types/express-serve-static-core": "^5.0.6",
"fake-indexeddb": "^6.0.1",
"jsdom": "^26.1.0",
"js-sha1": "0.7.0",
"esbuild": "^0.24.0",
"express": "^5.1.0",
"lru-cache-idb": "^0.5.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"toobusy-js": "^0.5.1",
"typescript": "5.4.5",
"tslib": "^2.6.2",
"tsx": "^4.19.2",
"uuid": "11.1.0",
"which-pm-runs": "^1.1.0",
"@standard-schema/spec": "1.0.0",
"@typescript/vfs": "*",
"chalk": "^4.1.2",
"vitest": "^2.1.9",
"zod": "^3.25.51"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"@types/react": ">=18.2.22"
}
}