mirror of
https://github.com/gre/gl-react.git
synced 2026-02-01 17:27:08 +00:00
Bumps [three](https://github.com/mrdoob/three.js) from 0.124.0 to 0.125.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject",
|
|
"prepare": "rm -rf ./shared/ && cp -R ../cookbook-rn-shared/ shared && cp gl-react-implementation.js shared && ./shared/examples/gen.sh > ./shared/examples/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/masked-view": "^0.1.10",
|
|
"@react-native-community/slider": "^3.0.3",
|
|
"@react-navigation/native": "^5.8.10",
|
|
"@react-navigation/stack": "^5.12.8",
|
|
"buffer": "^6.0.3",
|
|
"expo": "~40.0.0",
|
|
"expo-asset-utils": "^1.2.0",
|
|
"expo-camera": "^9.1.1",
|
|
"expo-gl": "^9.2.0",
|
|
"expo-permissions": "^10.0.0",
|
|
"gl-react": "5.0.0-alpha.4",
|
|
"gl-react-expo": "5.0.0-alpha.4",
|
|
"gl-transitions": "^1.43.0",
|
|
"ndarray": "^1.0.19",
|
|
"raf": "^3.4.1",
|
|
"react": "~17.0.1",
|
|
"react-dom": "~17.0.1",
|
|
"react-gl-transition": "^1.19.2",
|
|
"react-motion": "^0.5.2",
|
|
"react-native": "~0.63.4",
|
|
"react-native-gesture-handler": "1.8.x",
|
|
"react-native-screens": "^2.16.1",
|
|
"react-native-web": "~0.14.10",
|
|
"seedrandom": "^3.0.5",
|
|
"three": "^0.125.0",
|
|
"webgltexture-loader-expo-camera": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"babel-preset-expo": "~8.3.0"
|
|
},
|
|
"private": true
|
|
}
|