-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"name": "fluid-canvas-animated-texture",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@fal-ai/serverless-client": "^0.14.2",
"@funtech-inc/use-shader-fx": "^1.1.23",
"@gsap/react": "^2.1.1",
"@react-spring/three": "9.7.2",
"@react-three/cannon": "6.5.2",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.3",
"@react-three/postprocessing": "2.14.8",
"@runware/sdk-js": "^1.1.17",
"axios": "^1.7.5",
"form-data": "^4.0.0",
"gsap": "^3.12.5",
"install": "^0.13.0",
"leva": "^0.9.35",
"npm": "^10.8.2",
"r3f-perf": "^7.2.1",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"replicate": "^0.32.1",
"three": "^0.164.1",
"three-stdlib": ">=2.29.5",
"tldraw": "^3.0.3",
"zustand": "^4.5.5"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}