forked from tscircuit/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.95 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@tscircuit/core",
"type": "module",
"version": "0.0.1075",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"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",
"smoke-test:dist": "bun run scripts/smoke-tests/test-dist-simple-circuit.tsx",
"build:benchmarking": "bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist",
"build:benchmarking:watch": "chokidar \"./{benchmarking,lib}/**/*.{ts,tsx}\" -c 'bun build --experimental-html ./benchmarking/website/index.html --outdir ./benchmarking-dist'",
"start:benchmarking": "concurrently \"bun run build:benchmarking:watch\" \"live-server ./benchmarking-dist\"",
"generate-test-plan": "bun run scripts/generate-test-plan.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@resvg/resvg-js": "^2.6.2",
"@tscircuit/alphabet": "0.0.18",
"@tscircuit/capacity-autorouter": "^0.0.299",
"@tscircuit/checks": "0.0.100",
"@tscircuit/circuit-json-util": "^0.0.81",
"@tscircuit/common": "^0.0.20",
"@tscircuit/copper-pour-solver": "^0.0.20",
"@tscircuit/footprinter": "^0.0.316",
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
"@tscircuit/log-soup": "^1.0.2",
"@tscircuit/matchpack": "^0.0.16",
"@tscircuit/math-utils": "^0.0.29",
"@tscircuit/miniflex": "^0.0.4",
"@tscircuit/ngspice-spice-engine": "^0.0.8",
"@tscircuit/props": "^0.0.487",
"@tscircuit/schematic-match-adapt": "^0.0.16",
"@tscircuit/schematic-trace-solver": "^v0.0.45",
"@tscircuit/solver-utils": "^0.0.3",
"@tscircuit/soup-util": "^0.0.41",
"@types/bun": "^1.2.16",
"@types/debug": "^4.1.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-reconciler": "^0.28.9",
"bpc-graph": "^0.0.57",
"bun-match-svg": "0.0.12",
"calculate-elbow": "^0.0.12",
"chokidar-cli": "^3.0.0",
"circuit-json": "^0.0.384",
"circuit-json-to-bpc": "^0.0.13",
"circuit-json-to-connectivity-map": "^0.0.23",
"circuit-json-to-gltf": "^0.0.73",
"circuit-json-to-simple-3d": "^0.0.9",
"circuit-json-to-spice": "^0.0.34",
"circuit-to-svg": "^0.0.333",
"concurrently": "^9.1.2",
"connectivity-map": "^1.0.0",
"debug": "^4.3.6",
"eecircuit-engine": "^1.5.6",
"flatbush": "^4.5.0",
"graphics-debug": "^0.0.60",
"howfat": "^0.3.8",
"live-server": "^1.2.2",
"looks-same": "^9.0.1",
"minicssgrid": "^0.0.9",
"pkg-pr-new": "^0.0.37",
"poppygl": "^0.0.16",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"schematic-symbols": "^0.0.208",
"spicey": "^0.0.14",
"ts-expect": "^1.3.0",
"tsup": "^8.2.4"
},
"peerDependencies": {
"@tscircuit/capacity-autorouter": "*",
"@tscircuit/checks": "*",
"@tscircuit/circuit-json-util": "*",
"@tscircuit/footprinter": "*",
"@tscircuit/infgrid-ijump-astar": "*",
"@tscircuit/math-utils": "*",
"@tscircuit/props": "*",
"@tscircuit/schematic-match-adapt": "*",
"circuit-json-to-bpc": "*",
"bpc-graph": "*",
"@tscircuit/matchpack": "*",
"circuit-json": "*",
"circuit-json-to-connectivity-map": "*",
"schematic-symbols": "*",
"typescript": "^5.0.0"
},
"dependencies": {
"@flatten-js/core": "^1.6.2",
"@lume/kiwi": "^0.4.3",
"calculate-packing": "0.0.68",
"css-select": "5.1.0",
"format-si-unit": "^0.0.3",
"nanoid": "^5.0.7",
"performance-now": "^2.1.0",
"react-reconciler": "^0.32.0",
"svg-path-commander": "^2.1.11",
"transformation-matrix": "^2.16.1",
"zod": "^3.25.67"
}
}