-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"name": "robot-scene",
"private": true,
"version": "0.9.10",
"main": "./dist/robot-scene.umd.js",
"module": "./dist/robot-scene.es.js",
"exports": {
".": {
"import": "./dist/robot-scene.es.js",
"require": "./dist/robot-scene.umd.js"
}
},
"files": [
"dist"
],
"scripts": {
"start": "storybook dev -p 6006",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --output-dir docs && touch docs/.nojekyll",
"generate-all": "npm run build-storybook && vite build"
},
"dependencies": {
"@react-three/drei": "^9.57.1",
"@react-three/fiber": "^8.11.10",
"@react-three/postprocessing": "^2.7.0",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"number-precision": "^1.5.2",
"postprocessing": "^6.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"react-error-boundary": "^3.1.4",
"@babel/core": "^7.18.6",
"@storybook/addon-actions": "^7.0.0-rc.1",
"@storybook/addon-essentials": "^7.0.0-rc.1",
"@storybook/addon-interactions": "^7.0.0-rc.1",
"@storybook/addon-links": "^7.0.0-rc.1",
"@storybook/react": "^7.0.0-rc.1",
"@storybook/react-vite": "^7.0.0-rc.1",
"@storybook/testing-library": "^0.0.14-next.1",
"@storybook/theming": "^7.0.0-rc.1",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.17.1",
"storybook": "^7.0.0-rc.1",
"three": "^0.143.0",
"three-stdlib": "^2.21.8",
"typescript": "^4.8.3",
"vite": "^3.1.0"
}
}