react-native-free-template
Version:
React Native template for a quick start with javascript
48 lines (47 loc) • 1.38 kB
JSON
{
"name": "react-native-free-template",
"version": "1.0.11",
"private": false,
"license": "MIT",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=8081'",
"lint": "eslint ."
},
"dependencies": {
"@react-navigation/native": "^5.8.10",
"axios": "^0.20.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-native": "^0.68.1",
"react-native-gesture-handler": "^1.9.0",
"react-native-i18n": "^2.0.15",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^2.15.0",
"react-native-splash-screen": "^3.3.0",
"react-navigation": "^4.4.3",
"react-navigation-stack": "^2.10.2",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/runtime": "^7.12.0",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.5.2",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.11.0",
"jest": "^26.5.3",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}