forked from tscircuit/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 KB
/
package.json
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@tscircuit/core",
"type": "module",
"version": "0.0.239",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/tscircuit/core"
},
"scripts": {
"build": "tsup-node index.ts --format esm --dts",
"format": "biome format . --write",
"measure-bundle": "howfat -r table .",
"pkg-pr-new-release": "bunx pkg-pr-new publish --comment=off --peerDeps"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tscircuit/layout": "^0.0.28",
"@tscircuit/log-soup": "^1.0.2",
"@types/bun": "latest",
"@types/debug": "^4.1.12",
"@types/react": "^19.0.1",
"@types/react-reconciler": "^0.28.8",
"bun-match-svg": "0.0.8",
"circuit-to-svg": "^0.0.97",
"debug": "^4.3.6",
"howfat": "^0.3.8",
"looks-same": "^9.0.1",
"pkg-pr-new": "^0.0.37",
"ts-expect": "^1.3.0",
"tsup": "^8.2.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@lume/kiwi": "^0.4.3",
"@tscircuit/footprinter": "^0.0.95",
"@tscircuit/infgrid-ijump-astar": "^0.0.26",
"@tscircuit/math-utils": "^0.0.5",
"@tscircuit/props": "^0.0.115",
"@tscircuit/schematic-autolayout": "^0.0.6",
"@tscircuit/soup-util": "^0.0.41",
"circuit-json": "^0.0.119",
"circuit-json-to-connectivity-map": "^0.0.17",
"format-si-unit": "^0.0.2",
"nanoid": "^5.0.7",
"performance-now": "^2.1.0",
"react": "^18.3.1",
"react-reconciler": "^0.29.2",
"schematic-symbols": "^0.0.110",
"transformation-matrix": "^2.16.1",
"zod": "^3.23.8"
}
}