Gaëtan Renaudeau 750f241248 fix tests
2018-03-03 12:36:28 +01:00

30 lines
844 B
JSON

{
"name": "cookbook-rn",
"version": "3.13.0",
"private": true,
"scripts": {
"start": "react-native start",
"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": {
"core-js": "^2.4.1",
"gl-react": "^3.13.0",
"gl-react-native": "^3.13.0",
"gl-transitions": "^1.37.0",
"ndarray": "~1.0.18",
"prop-types": "^15.6.0",
"raf": "~3.4.0",
"react": "16.x",
"react-gl-transition": "^1.9.0",
"react-motion": "^0.5.0",
"react-native": "0.54.0",
"react-native-webgl": "0.x",
"react-navigation": "^1.1.2",
"seedrandom": "github:gre/seedrandom#released",
"three": "0.85.0"
},
"devDependencies": {
"babel-preset-react-native": "^4.0.0"
}
}