-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.94 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.94 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
{
"name": "circuitjson.com",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"format": "biome format --write src tsconfig.json package.json"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@resvg/resvg-js": "^2.6.2",
"@types/bun": "latest",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"class-variance-authority": "^0.7.1",
"lucide-react": "^0.471.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"vite": "^6.4.1",
"vite-tsconfig-paths": "^5.1.4"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@resvg/resvg-wasm": "^2.6.2",
"@tscircuit/3d-viewer": "^0.0.450",
"@tscircuit/assembly-viewer": "^0.0.5",
"@tscircuit/circuit-json-util": "^0.0.77",
"@tscircuit/create-snippet-url": "^0.0.13",
"@tscircuit/pcb-viewer": "^1.11.343",
"@tscircuit/schematic-viewer": "^2.0.57",
"buffer": "^6.0.3",
"circuit-json": "^0.0.326",
"circuit-json-to-bom-csv": "^0.0.8",
"circuit-json-to-gerber": "^0.0.44",
"circuit-json-to-kicad": "^0.0.27",
"circuit-json-to-lbrn": "^0.0.21",
"circuit-json-to-pnp-csv": "^0.0.7",
"circuit-json-to-step": "^0.0.2",
"easyeda": "^0.0.231",
"fuse.js": "^7.1.0",
"jszip": "^3.10.1",
"ky": "^1.14.3",
"marked": "^17.0.3",
"posthog-js": "^1.352.0",
"react-error-boundary": "^6.1.1",
"react-hot-toast": "^2.6.0",
"react-query": "^3.39.3",
"stepts": "^0.0.1",
"tailwind-merge": "^3.5.0",
"three": "^0.165.0",
"tscircuit": "^0.0.1012",
"zustand": "^5.0.11"
}
}