-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 881 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 881 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": "code-runner-preview",
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "next dev",
"format": "biome format --write .",
"build:next": "next build",
"build": "bun run scripts/copy-standalone-preview.ts && bun run build:next",
"vercel-build": "bun run build"
},
"dependencies": {
"@tscircuit/create-snippet-url": "^0.0.9",
"@tscircuit/eval": "^0.0.329",
"@tscircuit/prompt-benchmarks": "^0.0.44",
"class-variance-authority": "^0.7.1",
"jscad-fiber": "^0.0.77",
"next": "14.1.0",
"tscircuit": "^0.0.626"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "latest",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"bun-match-svg": "^0.0.9",
"comlink": "^4.4.2",
"get-port": "^7.1.0",
"web-worker": "^1.3.0",
"winterspec": "^0.0.100"
}
}