-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.62 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.62 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
{
"name": "AretsDagar",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint *.js **/*.js",
"test": "jest",
"flow": "flow; test $? -eq 1 -o $? -eq 2",
"precommit.silent": true,
"pre-commit": [
"flow:precommit"
]
},
"dependencies": {
"accordion-collapse-react-native": "0.1.9",
"react": "16.8.3",
"react-native": "0.59.4",
"react-native-config": "0.11.7",
"react-native-deep-linking": "^2.2.0",
"react-native-device-info": "^0.29.1",
"react-native-geolocation-service": "2.0.0",
"react-native-gesture-handler": "1.1.0",
"react-native-hyperlink": "0.0.14",
"react-native-image-zoom-viewer": "2.2.25",
"react-native-maps": "0.24.0",
"react-native-push-notification": "https://github.com/zo0r/react-native-push-notification.git#c4c961cf3a76bffe4e9e36cf00201611eecbb898",
"react-native-reanimated": "1.0.0-alpha.12",
"react-native-splash-screen": "3.2.0",
"react-native-vector-icons": "6.2.0",
"react-navigation": "3.7.1",
"react-navigation-tabs": "2.1.1"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.1.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.78.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"pre-commit": "^1.2.2",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}