-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 5.98 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 5.98 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
{
"name": "@tscircuit/capacity-autorouter",
"main": "./dist/index.js",
"version": "0.0.755",
"type": "module",
"files": [
"dist"
],
"scripts": {
"start": "cosmos",
"build": "tsup ./lib/index.ts --minify terser --external @tscircuit/core --external circuit-to-svg --format esm --dts --sourcemap",
"bench": "bun test tests/spatial-index-bench.test.ts",
"format": "biome format --write .",
"format:check": "biome format .",
"vercel-build": "cosmos-export",
"run-sample": "bun scripts/run-sample.ts",
"repomix:lib": "repomix --ignore 'testing/**,**/TwoRouteHighDensitySolver/**,**/RouteStitchingSolver/**,solvers/CapacitySegmentPointOptimizer/CapacitySegmentPointOptimizer.ts' lib",
"bug-report": "bun run scripts/download-bug-report.ts",
"bug-report-with-test": "bun run scripts/create-bug-report-test.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-menubar": "^1.1.14",
"@react-hook/resize-observer": "^2.0.2",
"@resvg/resvg-js": "^2.6.2",
"@tsci/seveibar.dataset-srj13": "git+https://github.com/tscircuit/dataset-srj13.git#56db70039aeb28a76540fe951b5a96be60f9e949",
"@tsci/dataset-srj23-partially-routed-subcircuits": "git+https://github.com/tscircuit/dataset-srj23-partially-routed-subcircuits.git#53fc559",
"@tsci/tscircuit.dataset-srj16-bga-breakouts": "git+https://github.com/tscircuit/dataset-srj16-bga-breakouts.git#e8b2e70e1f50a0dba3ad977e140766f53b9b75fb",
"@tsci/tscircuit.dataset-srj19-bga-passive-overlays": "git+https://github.com/tscircuit/dataset-srj19.git#5104d03ed72a9090d76ea1f42ae9f4bc439f7534",
"@tsci/tscircuit.dataset-srj20-partial-bga-breakouts": "git+https://github.com/tscircuit/dataset-srj20.git#9384fb8f45fb479b97178ddfa42fc74c69afbbec",
"@tsci/0hmX.multi-component-dataset-srj01": "git+https://github.com/tscircuit/multi-component-dataset-srj01.git#abf9d17c966d466b56ac21b735c6bb6f4518919d",
"@tsci/tscircuit.dataset-srj12-bus-routing": "git+https://github.com/tscircuit/dataset-srj12-bus-routing.git#ba82f86a7d1288566b7144eb8661ad2549c5f328",
"@tscircuit/autorouting-dataset-01": "git+https://github.com/tscircuit/autorouting-dataset-01.git#52c45500b04d0380aa2a1be9b4c6f32d9b138553",
"@tscircuit/checks": "^0.0.145",
"@tscircuit/circuit-json-util": "^0.0.94",
"@tscircuit/core": "0.0.337",
"@tscircuit/curvy-trace-solver": "^0.0.10",
"@tscircuit/dataset-srj05": "git+https://github.com/tscircuit/dataset-srj05.git#9a49c126a89c083dc4d2b72cd17184735f637762",
"@tscircuit/dataset-srj24": "git+https://github.com/tscircuit/dataset-srj24.git#0973fa8a123276ff0f5de1fc7edef31efccb9cc9",
"@tscircuit/dataset-srj27-power-traces": "git+https://github.com/tscircuit/dataset-srj27-power-traces.git#eb24d36",
"@tscircuit/fixed-via-hypergraph-solver": "https://codeload.github.com/tscircuit/fixed-via-hypergraph-solver/tar.gz/bed37a6201b5dd07c9cc68b828917ecc20d6d049",
"@tscircuit/hypergraph": "^0.0.71",
"@tscircuit/jumper-topology-generator": "^0.0.4",
"@tscircuit/krt-wasm": "^0.1.0",
"@tscircuit/length-matching-solver": "git+https://github.com/tscircuit/length-matching-solver.git#42fcd91d094e3b75e71debcb39e8eab791cba8a2",
"@tscircuit/math-utils": "^0.0.36",
"@tscircuit/power-trace-expander": "git+https://github.com/tscircuit/power-trace-expander.git#2ebc65792485c6154c237204abd75a5ea0c52be0",
"@tscircuit/rectdiff": "git+https://github.com/tscircuit/rectdiff.git#ba0f5e0356fa95572c44b2c5539b1a159bd6c7b6",
"@tscircuit/solver-utils": "^0.0.16",
"@types/bun": "^1.2.23",
"@types/fast-json-stable-stringify": "^2.1.2",
"@types/object-hash": "^3.0.6",
"@types/rbush": "^4.0.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vercel/node": "^5.1.7",
"@vitejs/plugin-react": "^4.3.4",
"bun-match-svg": "^0.0.14",
"circuit-json-to-connectivity-map": "^0.0.19",
"circuit-json": "^0.0.450",
"circuit-to-svg": "^0.0.220",
"clsx": "^2.1.1",
"dataset-srj11-45-degree": "git+https://github.com/tscircuit/dataset-srj11-45-degree.git#c49dd43c38f85fa2777c7d67393df413ca8d5a75",
"dataset-srj18": "git+https://github.com/tscircuit/dataset-srj18.git#c0aad90256a95256fcac814f9f7da81a82a2fdea",
"flatbush": "^4.4.0",
"format-si-unit": "0.0.10",
"graphics-debug": "0.0.96",
"high-density-dataset-z04": "git+https://github.com/tscircuit/high-density-dataset-z04.git#b9128ed52f5a50102b6526319be1d4ec33dca2c2",
"kicad-to-circuit-json": "0.0.77",
"kleur": "^4.1.5",
"looks-same": "9",
"pcb-poly-hyper-graph": "https://codeload.github.com/tscircuit/pcb-poly-hyper-graph/tar.gz/80db1463c4a47506eeda15b2c14d59679de900f8",
"rbush": "^4.0.1",
"react": "18",
"react-cosmos": "^6.2.3",
"react-cosmos-plugin-vite": "^6.2.0",
"react-dom": "18",
"react-konva": "18",
"recharts": "^2.15.1",
"tailwind-merge": "^3.2.0",
"terser": "^5.43.1",
"tiny-hypergraph": "git+https://github.com/tscircuit/tiny-hypergraph.git#51475d8ec5c0b82d7b4b0bdf90e59ecccca9421a",
"tiny-hypergraph-poly": "git+https://github.com/tscircuit/tiny-hypergraph.git#7b93b4c",
"tsup": "^8.3.6",
"typescript": "^5.9.3",
"use-mouse-matrix-transform": "^1.3.0",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4",
"zdwiel-dataset": "git+https://github.com/dwiel/tscircuit-benchmark.git#be36518b5bf51755dae92c230061ab3cf4e3e063",
"high-density-repair01": "git+https://github.com/tscircuit/high-density-repair01.git#cefc7be547ff727bd31573ac096b850da847af46",
"high-density-repair02": "https://codeload.github.com/tscircuit/high-density-repair02/tar.gz/2afc0cbba3bf2f7eb6b9cd33615d21e9ad9352d4",
"high-density-repair03": "git+https://github.com/tscircuit/high-density-repair03.git#08f379e536f350ba18f48ad21557f28021c8ae12",
"@tscircuit/high-density-a01": "git+https://github.com/tscircuit/high-density-a01.git#9a3a3d"
},
"dependencies": {
"fast-json-stable-stringify": "^2.1.0",
"object-hash": "^3.0.0",
"stack-svgs": "^0.0.1"
}
}