@react-three/fiber 9.0.0 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +88 -87
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,87 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@react-three/fiber",
|
|
3
|
-
"version": "9.0.
|
|
4
|
-
"description": "A React renderer for Threejs",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"react",
|
|
7
|
-
"renderer",
|
|
8
|
-
"fiber",
|
|
9
|
-
"three",
|
|
10
|
-
"threejs"
|
|
11
|
-
],
|
|
12
|
-
"author": "Paul Henschel (https://github.com/drcmda)",
|
|
13
|
-
"license": "MIT",
|
|
14
|
-
"maintainers": [
|
|
15
|
-
"Josh Ellis (https://github.com/joshuaellis)",
|
|
16
|
-
"Cody Bennett (https://github.com/codyjasonbennett)"
|
|
17
|
-
],
|
|
18
|
-
"bugs": {
|
|
19
|
-
"url": "https://github.com/pmndrs/react-three-fiber/issues"
|
|
20
|
-
},
|
|
21
|
-
"homepage": "https://github.com/pmndrs/react-three-fiber#readme",
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/pmndrs/react-three-fiber.git"
|
|
25
|
-
},
|
|
26
|
-
"collective": {
|
|
27
|
-
"type": "opencollective",
|
|
28
|
-
"url": "https://opencollective.com/react-three-fiber"
|
|
29
|
-
},
|
|
30
|
-
"main": "dist/react-three-fiber.cjs.js",
|
|
31
|
-
"module": "dist/react-three-fiber.esm.js",
|
|
32
|
-
"types": "dist/react-three-fiber.cjs.d.ts",
|
|
33
|
-
"react-native": "native/dist/react-three-fiber-native.cjs.js",
|
|
34
|
-
"sideEffects": false,
|
|
35
|
-
"preconstruct": {
|
|
36
|
-
"entrypoints": [
|
|
37
|
-
"index.tsx",
|
|
38
|
-
"native.tsx"
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
"scripts": {
|
|
42
|
-
"prebuild": "cp ../../readme.md readme.md"
|
|
43
|
-
},
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@babel/runtime": "^7.17.8",
|
|
46
|
-
"@types/react-reconciler": "^0.28.9",
|
|
47
|
-
"@types/webxr": "*",
|
|
48
|
-
"base64-js": "^1.5.1",
|
|
49
|
-
"buffer": "^6.0.3",
|
|
50
|
-
"its-fine": "^2.0.0",
|
|
51
|
-
"react-reconciler": "^0.31.0",
|
|
52
|
-
"react-use-measure": "^2.1.7",
|
|
53
|
-
"scheduler": "^0.25.0",
|
|
54
|
-
"suspend-react": "^0.1.3",
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"expo
|
|
60
|
-
"expo-
|
|
61
|
-
"expo-file-system": ">=11.0",
|
|
62
|
-
"
|
|
63
|
-
"react
|
|
64
|
-
"react-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@react-three/fiber",
|
|
3
|
+
"version": "9.0.1",
|
|
4
|
+
"description": "A React renderer for Threejs",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"react",
|
|
7
|
+
"renderer",
|
|
8
|
+
"fiber",
|
|
9
|
+
"three",
|
|
10
|
+
"threejs"
|
|
11
|
+
],
|
|
12
|
+
"author": "Paul Henschel (https://github.com/drcmda)",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"maintainers": [
|
|
15
|
+
"Josh Ellis (https://github.com/joshuaellis)",
|
|
16
|
+
"Cody Bennett (https://github.com/codyjasonbennett)"
|
|
17
|
+
],
|
|
18
|
+
"bugs": {
|
|
19
|
+
"url": "https://github.com/pmndrs/react-three-fiber/issues"
|
|
20
|
+
},
|
|
21
|
+
"homepage": "https://github.com/pmndrs/react-three-fiber#readme",
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git+https://github.com/pmndrs/react-three-fiber.git"
|
|
25
|
+
},
|
|
26
|
+
"collective": {
|
|
27
|
+
"type": "opencollective",
|
|
28
|
+
"url": "https://opencollective.com/react-three-fiber"
|
|
29
|
+
},
|
|
30
|
+
"main": "dist/react-three-fiber.cjs.js",
|
|
31
|
+
"module": "dist/react-three-fiber.esm.js",
|
|
32
|
+
"types": "dist/react-three-fiber.cjs.d.ts",
|
|
33
|
+
"react-native": "native/dist/react-three-fiber-native.cjs.js",
|
|
34
|
+
"sideEffects": false,
|
|
35
|
+
"preconstruct": {
|
|
36
|
+
"entrypoints": [
|
|
37
|
+
"index.tsx",
|
|
38
|
+
"native.tsx"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"prebuild": "cp ../../readme.md readme.md"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@babel/runtime": "^7.17.8",
|
|
46
|
+
"@types/react-reconciler": "^0.28.9",
|
|
47
|
+
"@types/webxr": "*",
|
|
48
|
+
"base64-js": "^1.5.1",
|
|
49
|
+
"buffer": "^6.0.3",
|
|
50
|
+
"its-fine": "^2.0.0",
|
|
51
|
+
"react-reconciler": "^0.31.0",
|
|
52
|
+
"react-use-measure": "^2.1.7",
|
|
53
|
+
"scheduler": "^0.25.0",
|
|
54
|
+
"suspend-react": "^0.1.3",
|
|
55
|
+
"use-sync-external-store": "^1.4.0",
|
|
56
|
+
"zustand": "^5.0.3"
|
|
57
|
+
},
|
|
58
|
+
"peerDependencies": {
|
|
59
|
+
"expo": ">=43.0",
|
|
60
|
+
"expo-asset": ">=8.4",
|
|
61
|
+
"expo-file-system": ">=11.0",
|
|
62
|
+
"expo-gl": ">=11.0",
|
|
63
|
+
"react": "^19.0.0",
|
|
64
|
+
"react-dom": "^19.0.0",
|
|
65
|
+
"react-native": ">=0.78",
|
|
66
|
+
"three": ">=0.156"
|
|
67
|
+
},
|
|
68
|
+
"peerDependenciesMeta": {
|
|
69
|
+
"react-dom": {
|
|
70
|
+
"optional": true
|
|
71
|
+
},
|
|
72
|
+
"react-native": {
|
|
73
|
+
"optional": true
|
|
74
|
+
},
|
|
75
|
+
"expo": {
|
|
76
|
+
"optional": true
|
|
77
|
+
},
|
|
78
|
+
"expo-asset": {
|
|
79
|
+
"optional": true
|
|
80
|
+
},
|
|
81
|
+
"expo-file-system": {
|
|
82
|
+
"optional": true
|
|
83
|
+
},
|
|
84
|
+
"expo-gl": {
|
|
85
|
+
"optional": true
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|