-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 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
60
61
62
63
64
{
"name": "react-three-animation",
"version": "0.1.21",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/types/useAnimationTexture.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/types/useAnimationTexture.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"scripts": {
"build": "vite build && tsc",
"watch": "tsc && vite build --watch",
"local:publish": "npm link"
},
"dependencies": {
"gifuct-js": "^2.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"three": "^0.160.0",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"keywords": [
"react",
"react-three-fiber",
"gif",
"apng",
"png",
"canvas",
"animation",
"texture",
"three"
],
"author": "j1ngzoue",
"license": "MIT",
"bugs": {
"url": "https://github.com/activeguild/react-three-animation/issues"
},
"homepage": "https://github.com/activeguild/react-three-animation#readme",
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
}