-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 810 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
{
"name": "opencode-knobs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "bun scripts/start.ts",
"dev": "bun scripts/dev.ts",
"build": "vite build",
"test": "bun test",
"update-schemas": "bun scripts/update-schemas.ts"
},
"dependencies": {
"ajv": "^8.20.0",
"hono": "^4.13.5",
"jsonc-parser": "^3.3.1"
},
"devDependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.11.0",
"@codemirror/lint": "^6.9.7",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.9",
"@shopify/lang-jsonc": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@types/bun": "^1.3.0",
"codemirror": "^6.0.2",
"svelte": "^5.56.10",
"typescript": "^5.9.0",
"vite": "^8.2.2"
}
}