mirror of
https://bitbucket.org/tagfer_team/tagfer-app.git
synced 2025-12-25 03:37:41 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "Tagfer",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^6.0.4",
|
|
"i18n-js": "^3.1.0",
|
|
"react": "16.6.3",
|
|
"react-native": "0.57.8",
|
|
"react-native-app-settings": "^2.0.1",
|
|
"react-native-camera": "^1.8.0",
|
|
"react-native-contacts": "^2.2.5",
|
|
"react-native-country-picker-modal": "^0.7.1",
|
|
"react-native-elements": "^0.19.1",
|
|
"react-native-flash-message": "^0.1.10",
|
|
"react-native-gesture-handler": "^1.0.12",
|
|
"react-native-image-picker": "^0.28.0",
|
|
"react-native-masked-text": "^1.9.2",
|
|
"react-native-material-menu": "^0.4.2",
|
|
"react-native-permissions": "^1.1.1",
|
|
"react-native-vector-icons": "^4.6.0",
|
|
"react-native-webview": "^2.14.3",
|
|
"react-navigation": "^3.0.9",
|
|
"realm": "^2.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-rallycoding": "^3.2.0",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"metro-react-native-babel-preset": "0.51.1",
|
|
"react-test-renderer": "16.6.3"
|
|
}
|
|
}
|