-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.55 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
{
"name": "pcbburn.com",
"version": "0.0.0",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "cosmos",
"dev": "vite",
"build": "tsc -b && vite build",
"cosmos": "cosmos",
"format": "biome format . --write",
"format:check": "biome format .",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"typecheck": "tsc -b",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@tscircuit/plop": "^0.0.72",
"circuit-json": "^0.0.403",
"circuit-json-to-lbrn": "^0.0.86",
"circuit-to-svg": "^0.0.344",
"kicad-to-circuit-json": "^0.0.88",
"kicadts": "^0.0.45",
"lbrnts": "^0.0.22",
"lucide-react": "^0.562.0",
"react": "^19.1.0",
"react-cosmos": "^7.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^6.28.0",
"react-supergrid": "^1.0.10",
"stack-svgs": "^0.0.1",
"transformation-matrix": "^3.1.0",
"use-mouse-matrix-transform": "^1.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "latest",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.8",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.23",
"bun-match-svg": "^0.0.14",
"patch-package": "^8.0.1",
"postcss": "^8.5.6",
"react-cosmos-plugin-vite": "^7.1.0",
"tailwindcss": "^3.4.0",
"tscircuit": "^0.0.1690",
"typescript": "^5.0.0",
"vite": "^7.2.4",
"web-worker": "^1.3.0",
"winterspec": "^0.0.100"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}