-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"name": "r3f-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-slider": "^0.1.1",
"@react-three/a11y": "^2.2.3",
"@react-three/drei": "7.22.4",
"@react-three/fiber": "7.0.19",
"@use-gesture/react": "^10.1.6",
"leva": "^0.9.15",
"lorem-ipsum": "^2.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-spring": "^9.3.1",
"three": "0.134.0",
"three-stdlib": "^2.5.9",
"vite-plugin-windicss": "^1.5.1",
"windicss": "^3.2.1",
"zustand": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.4.0-rc.6",
"@storybook/addon-essentials": "^6.4.0-rc.6",
"@storybook/addon-links": "^6.4.0-rc.6",
"@storybook/react": "^6.4.0-rc.6",
"@vitejs/plugin-react": "^1.0.2",
"babel-loader": "^8.2.3",
"r3f-perf": "^4.9.1",
"storybook-builder-vite": "^0.1.9",
"vite": "^2.6.3"
}
}