mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
31 lines
812 B
JSON
31 lines
812 B
JSON
{
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/slider": "^3.0.3",
|
|
"buffer": "^6.0.3",
|
|
"expo": "~40.0.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",
|
|
"react": "~17.0.1",
|
|
"react-dom": "~17.0.1",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
|
|
"react-native-web": "~0.14.10",
|
|
"webgltexture-loader-expo-camera": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"babel-preset-expo": "~8.3.0"
|
|
},
|
|
"private": true
|
|
}
|