-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 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
{
"name": "@tscircuit/3d-viewer",
"version": "0.0.95",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"start": "bun run storybook",
"dev:old": "bunx --bun vite",
"build": "tsup ./src/index.tsx --dts --sourcemap",
"prepublish": "npm run build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"vercel-build": "bun run build-storybook",
"format": "biome format . --write",
"format:check": "biome format ."
},
"dependencies": {
"@jscad/modeling": "^2.12.2",
"@jscad/regl-renderer": "^2.6.9",
"@jscad/stl-serializer": "^2.1.17",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.16.8",
"@tscircuit/core": "^0.0.267",
"@tscircuit/props": "^0.0.129",
"@tscircuit/react-fiber": "^1.1.29",
"@tscircuit/soup": "^0.0.69",
"@tscircuit/soup-util": "^0.0.26",
"@types/three": "^0.165.0",
"jscad-electronics": "^0.0.23",
"jscad-fiber": "^0.0.76",
"jscad-planner": "^0.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use-gesture": "^9.1.3",
"three": "^0.165.0",
"three-stdlib": "^2.30.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"circuit-json": "^0.0.116",
"circuit-to-svg": "^0.0.91",
"storybook": "^8.4.7",
"strip-ansi": "^7.1.0",
"tsup": "^8.1.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2"
}
}