-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "TaggingTracker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"local-ios": "ENVFILE=dev.env react-native run-ios",
"local-android": "ENVFILE=dev.env react-native run-android"
},
"dependencies": {
"axios": "^0.18.0",
"base-64": "^0.1.0",
"buffer": "^5.0.8",
"crypto-js": "^3.1.9-1",
"lodash": "^4.17.10",
"metro": "^0.40.1",
"react": "^16.4.1",
"react-native": "^0.56.0",
"react-native-auth0": "^1.2.1",
"react-native-camera": "^1.1.4",
"react-native-config": "^0.11.5",
"react-native-dialog-component": "^0.2.17",
"react-native-fetch-blob": "^0.10.8",
"react-native-geocoding": "^0.3.0",
"react-native-mime-types": "^2.2.1",
"react-native-modal": "^6.4.0",
"react-native-radio-buttons": "^1.0.0",
"react-native-simple-toast": "0.0.8",
"react-native-tab-navigator": "^0.3.4",
"react-native-vector-icons": "^4.4.0",
"react-navigation": "^2.6.2",
"react-redux": "^5.0.6",
"realm": "^2.15.3",
"redux": "^4.0.0",
"redux-persist": "^5.1.0",
"shortid": "^2.2.8"
},
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "5.0.2",
"jest": "23.3.0",
"react-test-renderer": "16.4.1",
"babel-plugin-transform-react-jsx-source": "7.0.0-beta.3"
},
"jest": {
"preset": "react-native"
}
}