react-native-template-rocketseat
Version:
<!-- *** Obrigado por estar vendo o nosso README. Se você tiver alguma sugestão *** que possa melhorá-lo ainda mais dê um fork no repositório e crie uma Pull *** Request ou abra uma Issue com a tag "sugestão". *** Obrigado novamente! Agora vamos rodar ess
56 lines (55 loc) • 1.87 kB
JSON
{
"name": "react-native-template-rocketseat",
"version": "0.0.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-gesture-handler": "^1.2.2",
"react-navigation": "^3.11.0",
"reactotron-react-native": "^3.6.0",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-plugin-root-import": "^6.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"description": "<!-- *** Obrigado por estar vendo o nosso README. Se você tiver alguma sugestão *** que possa melhorá-lo ainda mais dê um fork no repositório e crie uma Pull *** Request ou abra uma Issue com a tag \"sugestão\". *** Obrigado novamente! Agora vamos rodar esse projeto incrível :D -->",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aldroydzito/react-native-template-rocketseat.git"
},
"keywords": [
"react-native",
"template",
"rocketseat"
],
"author": "Rocketseat",
"license": "MIT",
"bugs": {
"url": "https://github.com/aldroydzito/react-native-template-rocketseat/issues"
},
"homepage": "https://github.com/aldroydzito/react-native-template-rocketseat#readme"
}