@whir-react-native/react-native-template
Version:
The base template for Create React-Native App.
34 lines (33 loc) • 757 B
JSON
{
"name": "@whir-react-native/react-native-template",
"version": "0.0.3",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"sup": "yarn upgrade @whir-react-native/utils @whir-react-native/components --latest "
},
"description": "The base template for Create React-Native App.",
"license": "MIT",
"engines": {
"node": ">=10"
},
"dependencies": {
"@whir-react-native/components": "^0.0.4",
"@whir-react-native/utils": "^0.0.4"
},
"devDependencies": {
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}