react-native-app-starter
Version:
A React Native Template.
42 lines (40 loc) • 794 B
JSON
{
"name": "react-native-app-starter",
"version": "1.0.16",
"description": "A React Native Template.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"keywords": [
"react-native",
"boilerplate",
"starter",
"template",
"dark-theme",
"localization",
"react-tab",
"redux",
"redux-saga",
"react-redux",
"redux-persist",
"theme",
"hooks",
"theme-context",
"react-native-theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/atliq/react-native-starter"
},
"author": {
"name": "Atliq Technologies"
},
"license": "ISC",
"dependencies": {
"cli-select": "^1.1.2",
"commander": "^9.0.0",
"shelljs": "^0.8.5"
}
}