We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a18f9 commit 037d45fCopy full SHA for 037d45f
package.json
@@ -9,6 +9,13 @@
9
"react",
10
"react-three-fiber"
11
],
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/pmndrs/react-three-a11y.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/pmndrs/react-three-a11y/issues"
18
19
"author": "Alaric Baraou",
20
"license": "MIT",
21
"main": "dist/index.js",
@@ -35,7 +42,8 @@
35
42
"three": "^0.124.0"
36
43
},
37
44
"dependencies": {
38
- "zustand": "^3.2.0"
45
+ "zustand": "^3.2.0",
46
+ "@react-three/drei": "^2.2.12",
39
47
40
48
"husky": {
41
49
"hooks": {
@@ -67,7 +75,6 @@
67
75
"react": "^17.0.1",
68
76
"react-dom": "^17.0.1",
69
77
"react-three-fiber": "5.3.11",
70
- "@react-three/drei": "^2.2.12",
71
78
"size-limit": "^4.9.1",
72
79
"three": "0.124.0",
73
80
"tsdx": "^0.14.1",
0 commit comments