-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.96 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Siftr",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"build": "webpack"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"@react-native-community/async-storage": "^1.5.1",
"@react-native-community/geolocation": "^1.4.2",
"@react-native-community/netinfo": "^4.1.2",
"create-react-class": "^15.6.3",
"exif-js": "^2.3.0",
"google-map-react": "^1.1.4",
"immutability-helper": "^3.0.1",
"immutable": "^4.0.0-rc.12",
"markdown": "^0.5.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-dom": "^16.8.6",
"react-infinite-scroller": "^1.2.4",
"react-native": "0.60.4",
"react-native-action-sheet": "^2.2.0",
"react-native-camera": "^3.0.0",
"react-native-firebase": "^5.5.5",
"react-native-fit-image": "^1.5.4",
"react-native-fs": "^2.13.3",
"react-native-geocoder": "^0.5.0",
"react-native-hyperlink": "^0.0.14",
"react-native-image-gallery": "^2.1.5",
"react-native-image-picker": "^1.0.1",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-keyboard-aware-view": "^0.0.14",
"react-native-maps": "^0.25.0",
"react-native-orientation-locker": "^1.1.6",
"react-native-permissions": "^1.2.0",
"react-native-progress-circle": "^2.0.1",
"react-native-side-menu": "^1.1.3",
"react-native-simple-markdown": "^1.1.0",
"react-native-svg": "^9.5.3",
"remove-markdown": "^0.3.0",
"sass": "^1.49.9"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-test-renderer": "16.8.6",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
},
"jest": {
"preset": "react-native"
}
}