mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
27 lines
638 B
JSON
27 lines
638 B
JSON
{
|
|
"name": "expo-gl-react-camera-effects",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-native-scripts": "1.14.0"
|
|
},
|
|
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
"scripts": {
|
|
"start": "react-native-scripts start",
|
|
"eject": "react-native-scripts eject",
|
|
"android": "react-native-scripts android",
|
|
"ios": "react-native-scripts ios",
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^27.0.1",
|
|
"react": "16.3.1",
|
|
"react-native": "~0.55.2",
|
|
"gl-react": "^3.13.0",
|
|
"gl-react-expo": "^3.16.3"
|
|
}
|
|
}
|