forked from tscircuit/pcb-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.87 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.87 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": "@tscircuit/pcb-viewer",
"version": "1.11.335",
"main": "dist/index.js",
"type": "module",
"repository": "tscircuit/pcb-viewer",
"license": "MIT",
"scripts": {
"start": "cosmos",
"build": "tsup ./src/index.tsx --platform browser --external @tscircuit/core --dts --sourcemap --format esm --outDir dist",
"yalc": "npm run build && yalc push",
"format": "biome format . --write",
"format:check": "biome format .",
"cosmos": "cosmos",
"cosmos-export": "cosmos-export"
},
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/core": "^1.4.12",
"@tscircuit/circuit-json-util": "^0.0.75",
"@tscircuit/eagle-xml-converter": "^1.0.0",
"@types/bun": "latest",
"@types/color": "^3.0.6",
"@types/node": "18.7.23",
"@types/react": "19",
"next": "^14.1.4",
"pixi.js": "^8.6.6",
"react": "19.1.0",
"react-cosmos": "7.0.0-beta.4",
"react-cosmos-plugin-vite": "7.0.0-beta.0",
"react-dom": "19.1.0",
"react-use": "^17.4.0",
"tscircuit": "^0.0.1212",
"tsup": "^8.0.2",
"type-fest": "^3.0.0",
"typescript": "^5.4.4",
"use-mouse-matrix-transform": "^1.3.4",
"zod": "^3.23.5"
},
"peerDependencies": {
"react": "*",
"tscircuit": "*"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@tscircuit/alphabet": "^0.0.20",
"@tscircuit/math-utils": "^0.0.29",
"@vitejs/plugin-react": "^5.0.2",
"circuit-json": "^0.0.374",
"circuit-to-canvas": "^0.0.69",
"circuit-to-svg": "^0.0.323",
"color": "^4.2.3",
"react-supergrid": "^1.0.10",
"react-toastify": "^10.0.5",
"transformation-matrix": "^2.13.0",
"zustand": "^4.5.2"
}
}