-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1007 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1007 Bytes
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
{
"name": "@tscircuit/rectdiff",
"version": "0.0.7",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "cosmos",
"build": "tsup-node ./lib/index.ts --format esm --dts",
"build:site": "cosmos-export",
"format": "biome format --write .",
"format:check": "biome format ."
},
"devDependencies": {
"@biomejs/biome": "^2.3.5",
"@react-hook/resize-observer": "^2.0.2",
"@tscircuit/solver-utils": "^0.0.3",
"@types/bun": "latest",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.181.0",
"biome": "^0.3.3",
"bun-match-svg": "^0.0.14",
"graphics-debug": "^0.0.70",
"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",
"@vitejs/plugin-react": "^4"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"D": "^1.0.0"
}
}