-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "@tscircuit/rectdiff",
"version": "0.0.38",
"type": "module",
"main": "lib/index.ts",
"types": "lib/index.ts",
"exports": {
".": "./lib/index.ts"
},
"scripts": {
"start": "cosmos",
"build": "tsup-node ./lib/index.ts --format esm --dts",
"build:site": "cosmos-export",
"benchmark:slow-problem": "bun scripts/benchmark-slow-problem.ts test-assets/keyboard4.json",
"format": "biome format --write .",
"format:check": "biome format ."
},
"devDependencies": {
"@biomejs/biome": "^2.3.5",
"@react-hook/resize-observer": "^2.0.2",
"@tscircuit/math-utils": "^0.0.29",
"@tscircuit/solver-utils": "^0.0.16",
"@types/bun": "latest",
"@types/rbush": "^4.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.181.0",
"@vitejs/plugin-react": "^4",
"biome": "^0.3.3",
"bun-match-svg": "^0.0.14",
"graphics-debug": "^0.0.94",
"rbush": "^4.0.1",
"react": "18",
"react-cosmos": "^6.2.3",
"react-cosmos-plugin-vite": "^6.2.0",
"react-dom": "18",
"three": "^0.181.1",
"tsup": "^8.5.1",
"vite": "^6.0.11"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"D": "^1.0.0",
"flatbush": "^4.5.0"
}
}