-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 906 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 906 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": "svg.tscircuit.com",
"version": "0.0.1",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "next dev",
"build": "next build",
"format": "biome format . --write",
"format:check": "biome format ."
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tscircuit/create-snippet-url": "^0.0.9",
"@types/bun": "latest",
"@types/react": "19.0.8",
"bun-match-svg": "^0.0.9",
"comlink": "^4.4.2",
"get-port": "^7.1.0",
"next": "14",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tscircuit": "^0.0.689",
"web-worker": "^1.3.0",
"winterspec": "^0.0.100"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@tscircuit/simple-3d-svg": "^0.0.22",
"circuit-json-to-simple-3d": "^0.0.9",
"circuit-to-svg": "^0.0.205",
"jscad-fiber": "^0.0.85",
"sharp": "^0.34.4"
}
}