-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "jscad-fiber",
"version": "0.0.71",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/tscircuit/jscad-fiber"
},
"files": [
"dist"
],
"main": "./dist/index.cjs",
"scripts": {
"start": "cosmos",
"build": "npm run build:lib",
"build:lib": "tsup ./lib/index.tsx --dts --sourcemap",
"build:cosmos": "cosmos-export",
"predeploy": "BUILD_FOR_GH_PAGES=1 npm run build:cosmos && touch ./cosmos-export/.nojekyll",
"format": "biome format . --write",
"format:check": "biome format ."
},
"peerDependencies": {
"@jscad/modeling": "*",
"@react-three/fiber": "*",
"react": "*",
"three": "*"
},
"dependencies": {
"color": "^4.2.3",
"lucide-react": "^0.456.0",
"react-code-blocks": "^0.1.6",
"react-reconciler": "^0.29.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@jscad/modeling": "^2.12.2",
"@react-three/drei": "^9.108.4",
"@react-three/fiber": "^8.16.8",
"@types/bun": "^1.1.6",
"@types/react-reconciler": "^0.28.8",
"@types/three": "^0.166.0",
"@vitejs/plugin-react": "^4.3.1",
"gh-pages": "^5.0.0",
"react": "^18.3.1",
"react-cosmos": "^6.1.1",
"react-cosmos-plugin-vite": "^6.1.1",
"react-dom": "^18.3.1",
"three": "^0.166.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2"
}
}