mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "cookbook",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"prepare": "cd ios && pod install && cd - && rm -rf ./shared/ && cp -R ../cookbook-rn-shared/ shared && cp gl-react-implementation.js shared && ./shared/examples/gen.sh > ./shared/examples/index.js"
|
|
},
|
|
"dependencies": {
|
|
"expo-asset-utils": "^1.2.0",
|
|
"expo-camera": "^8.0.0",
|
|
"expo-font": "^8.0.0",
|
|
"expo-gl": "^8.0.0",
|
|
"expo-permissions": "^8.0.0",
|
|
"gl-react": "canary",
|
|
"gl-react-native": "canary",
|
|
"gl-transitions": "^1.43.0",
|
|
"ndarray": "^1.0.18",
|
|
"raf": "^3.4.1",
|
|
"react": "16.9.0",
|
|
"react-gl-transition": "^1.19.2",
|
|
"react-motion": "^0.5.2",
|
|
"react-native": "0.61.5",
|
|
"react-native-gesture-handler": "^1.5.3",
|
|
"react-native-unimodules": "^0.7.0",
|
|
"react-navigation": "^4.0.10",
|
|
"react-navigation-stack": "^1.10.3",
|
|
"seedrandom": "^3.0.5",
|
|
"three": "^0.112.1",
|
|
"webgltexture-loader-expo-camera": "^1.0.0-rc.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/runtime": "^7.7.7",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.8.0",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.57.0",
|
|
"react-test-renderer": "16.9.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|