mirror of
https://github.com/gre/gl-react.git
synced 2026-02-01 17:27:08 +00:00
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "cookbook-rn",
|
|
"version": "3.10.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "haul start"
|
|
},
|
|
"dependencies": {
|
|
"@expo/ex-navigation": "^2.11.0",
|
|
"cookbook-rn-shared": "^3.10.0",
|
|
"core-js": "^2.4.1",
|
|
"gl-react-native": "^3.10.0",
|
|
"prop-types": "^15.5.8",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "~0.46.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "~1.9.1",
|
|
"haul-cli": "github:callstack-io/haul#870753d1df5f2d6f878584adb95a370bc2b5b169"
|
|
}
|
|
}
|