-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "@tscircuit/core",
"type": "module",
"version": "0.0.214",
"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 ."
},
"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": "^18.3.3",
"@types/react-reconciler": "^0.28.8",
"bun-match-svg": "0.0.8",
"circuit-to-svg": "^0.0.84",
"debug": "^4.3.6",
"howfat": "^0.3.8",
"looks-same": "^9.0.1",
"ts-expect": "^1.3.0",
"tsup": "^8.2.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@lume/kiwi": "^0.4.3",
"@tscircuit/footprinter": "^0.0.89",
"@tscircuit/infgrid-ijump-astar": "^0.0.24",
"@tscircuit/math-utils": "^0.0.5",
"@tscircuit/props": "^0.0.107",
"@tscircuit/schematic-autolayout": "^0.0.6",
"@tscircuit/soup-util": "^0.0.41",
"circuit-json": "^0.0.108",
"circuit-json-to-connectivity-map": "^0.0.17",
"circuit-to-svg": "0.0.84",
"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.98",
"transformation-matrix": "^2.16.1",
"zod": "^3.23.8"
}
}