-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
61 lines (61 loc) · 1.74 KB
/
package.json
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
{
"name": "@tscircuit/pcb-viewer",
"version": "1.10.19",
"main": "dist/index.js",
"repository": "tscircuit/pcb-viewer",
"license": "MIT",
"scripts": {
"start": "storybook dev -p 6006",
"build": "tsup ./src/index.tsx --dts --sourcemap --outDir dist",
"yalc": "npm run build && yalc push",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format": "biome format . --write",
"format:check": "biome format ."
},
"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",
"@storybook/nextjs": "^8.0.6",
"@storybook/react": "^8.0.6",
"@swc/core": "^1.4.12",
"@tscircuit/core": "^0.0.109",
"@tscircuit/eagle-xml-converter": "^0.0.6",
"@tscircuit/props": "^0.0.46",
"@tscircuit/soup-util": "^0.0.38",
"@types/color": "^3.0.6",
"@types/node": "18.7.23",
"@types/react": "^18.3.3",
"circuit-json": "^0.0.106",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"storybook": "^8.0.6",
"tsup": "^8.0.2",
"type-fest": "^3.0.0",
"typescript": "^5.4.4",
"use-mouse-matrix-transform": "^1.1.13",
"zod": "^3.23.5"
},
"peerDependencies": {
"react": "*",
"@tscircuit/core": "*"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"circuit-json-to-connectivity-map": "^0.0.16",
"circuit-to-svg": "^0.0.36",
"color": "^4.2.3",
"react-supergrid": "^1.0.10",
"react-toastify": "^10.0.5",
"transformation-matrix": "^2.13.0",
"zustand": "^4.5.2"
}
}