react-native-zero-theme
Version:
Zero Molecule Theme plugin for React Native
26 lines (25 loc) • 679 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"
},
"dependencies": {
"expo": "^29.0.0",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-expo": "^4.0.0",
"babel-preset-react-native": "4.0.1",
"escape-string-regexp": "^1.0.5",
"glob-to-regexp": "^0.4.0",
"whatwg-fetch": "2.0.4"
}
}