blazerapp/package.json

43 lines
1.3 KiB
JSON
Raw Normal View History

2020-08-09 16:37:46 -04:00
{
"name": "blazerapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "github:react-native-community/async-storage",
2020-08-09 20:56:12 -04:00
"@react-native-community/masked-view": "^0.1.10",
2020-08-09 16:37:46 -04:00
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/native": "^5.7.3",
2020-08-09 17:01:25 -04:00
"@react-navigation/stack": "^5.9.0",
2020-08-09 16:37:46 -04:00
"react": "16.13.1",
"react-native": "0.63.2",
2020-08-10 09:14:23 -04:00
"react-native-elements": "^2.2.0",
2020-08-09 16:37:46 -04:00
"react-native-gesture-handler": "^1.7.0",
2020-08-10 16:06:01 -04:00
"react-native-linear-gradient": "^2.5.6",
2020-08-09 16:37:46 -04:00
"react-native-reanimated": "^1.10.2",
"react-native-safe-area-context": "^3.1.4",
2020-08-10 09:14:23 -04:00
"react-native-screens": "^2.10.1",
"react-native-splash-screen": "^3.2.0",
2020-08-10 09:14:23 -04:00
"react-native-vector-icons": "^7.0.0"
2020-08-09 16:37:46 -04:00
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/runtime": "7.11.2",
"@react-native-community/eslint-config": "1.1.0",
"babel-jest": "25.5.1",
"eslint": "6.8.0",
"jest": "25.5.4",
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}