bs-react-native-paper
Version:
React Native Paper bindings for ReasonML
31 lines (30 loc) • 859 B
JSON
{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"clean": "bsb -clean-world",
"watch": "bsb -clean-world -make-world -w",
"clean-build": "bsb -clean-world -make-world"
},
"dependencies": {
"bs-react-native": "^0.9.0",
"bs-react-native-vector-icons": "^2.0.0-beta.3",
"expo": "^30.0.1",
"glob-to-regexp": "^0.4.0",
"react": "16.3.1",
"react-native":
"https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-paper": "^2.1.3",
"reason-react": "^0.5.3",
"rebolt-navigation": "^0.4.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.1.1",
"bs-platform": "^4.0.6"
}
}