mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
31 lines
736 B
JSON
31 lines
736 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": "4.2.1",
|
|
"buffer": "^6.0.3",
|
|
"expo": "^45.0.0",
|
|
"expo-camera": "~12.2.0",
|
|
"expo-gl": "~11.3.0",
|
|
"expo-permissions": "~13.2.0",
|
|
"gl-react": "5.2.0",
|
|
"gl-react-expo": "5.2.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-native": "0.68.2",
|
|
"react-native-web": "0.17.7",
|
|
"webgltexture-loader-expo-camera": "1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"babel-preset-expo": "~9.1.0"
|
|
},
|
|
"private": true
|
|
}
|