mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2024-11-08 14:51:17 -05:00
388fcff001
This reverts commit 6ef6764a48
.
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"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": {
|
|
"@k3rn31p4nic/google-translate-api": "github:k3rn31p4nic/google-translate-api",
|
|
"@react-native-community/async-storage": "github:react-native-community/async-storage",
|
|
"@react-native-community/masked-view": "^0.1.11",
|
|
"@react-navigation/bottom-tabs": "^5.8.0",
|
|
"@react-navigation/native": "^5.9.4",
|
|
"@react-navigation/stack": "^5.9.0",
|
|
"@vitalets/google-translate-api": "^4.0.0",
|
|
"events": "^3.2.0",
|
|
"querystring": "^0.2.0",
|
|
"react": "16.13.1",
|
|
"react-native": "^0.63.2",
|
|
"react-native-elements": "^2.2.0",
|
|
"react-native-gesture-handler": "^1.10.3",
|
|
"react-native-linear-gradient": "^2.5.6",
|
|
"react-native-locale-detector": "^1.0.1",
|
|
"react-native-safe-area-context": "^3.2.0",
|
|
"react-native-screens": "^3.4.0",
|
|
"react-native-splash-screen": "^3.2.0",
|
|
"react-native-vector-icons": "^7.0.0",
|
|
"react-native-webview": "^11.0.2",
|
|
"translate-google-api": "^1.0.4",
|
|
"url": "^0.11.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|