-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
83 lines (83 loc) · 2.53 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@tscircuit/schematic-viewer",
"version": "1.4.3",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tscircuit/schematic-viewer.git"
},
"scripts": {
"start": "storybook dev -p 6006",
"format": "biome format . --write",
"typecheck": "tsc --noEmit",
"build": "tsup",
"yalc": "npm run build && yalc push",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_d88a6beb0734bbe"
},
"peerDependencies": {
"@tscircuit/table-viewer": "*",
"react": "*"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@biomejs/biome": "^1.8.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"@storybook/nextjs": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/testing-library": "^0.0.14-next.2",
"@tscircuit/routing": "^1.3.0",
"@tscircuit/table-viewer": "^0.0.6",
"@types/node": "^18.6.0",
"@types/react": "^18.0.15",
"@vitejs/plugin-react": "^4.3.0",
"ava": "^4.3.1",
"chromatic": "^11.5.5",
"circuit-json": "^0.0.92",
"esbuild": "^0.20.2",
"esbuild-register": "^3.5.0",
"next": "^14.2.3",
"parse-svg-path": "^0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-measure": "^2.1.1",
"semantic-release": "^21.0.6",
"storybook": "^8.1.3",
"svg-path-bounds": "^1.0.2",
"svg-path-generator": "^1.1.0",
"transformation-matrix": "^2.12.0",
"tsup": "^6.7.0",
"type-fest": "^2.17.0",
"typescript": "^5.5.3",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"zod": "^3.23.8",
"zustand": "^4.0.0"
},
"dependencies": {
"@storybook/react-vite": "^8.1.3",
"@tscircuit/core": "^0.0.132",
"@tscircuit/layout": "^0.0.25",
"@tscircuit/props": "^0.0.23",
"@tscircuit/soup-util": "^0.0.38",
"circuit-to-svg": "^0.0.54",
"convert-units": "^2.3.4",
"react-error-boundary": "^4.0.4",
"react-supergrid": "^1.0.10",
"schematic-symbols": "^0.0.78",
"use-mouse-matrix-transform": "^1.1.12"
},
"bugs": {
"url": "https://github.com/tscircuit/schematic-viewer/issues"
},
"homepage": "https://github.com/tscircuit/schematic-viewer#readme"
}