forked from FunTechInc/use-shader-fx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "use-shader-fx",
"description": "⚡️ More FXs, Less GLSL",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"create-fx": "git clone https://github.com/takuma-hmng8/CreateShaderFx"
},
"dependencies": {
"@react-three/drei": "^9.105.3",
"@react-three/fiber": "^8.16.1",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/three": "^0.155.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"glslify-loader": "^2.0.0",
"gsap": "^3.12.2",
"meshline": "^3.1.6",
"next": "^14.0.1",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.66.1",
"the-new-css-reset": "^1.9.0",
"three": "^0.155.0",
"three-custom-shader-material": "^5.4.0",
"three-stdlib": "^2.26.6",
"typescript": "5.2.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"eslint-plugin-storybook": "^0.6.15",
"lil-gui": "^0.18.2",
"r3f-perf": "^7.1.2",
"storybook": "^7.5.3"
}
}