-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.65 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
{
"name": "NeedlIOS",
"version": "3.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f",
"postinstall": "npm run clean:babelrc"
},
"dependencies": {
"alt": "^0.18.1",
"eslint-plugin-react": "^3.16.1",
"lodash": "^4.3.0",
"moment": "^2.11.2",
"polyline": "^0.2.0",
"qs": "^4.0.0",
"react": "^15.0.2",
"react-native": "^0.26.1",
"react-native-branch": "0.0.10",
"react-native-communications": "^0.2.3",
"react-native-contacts": "^0.2.1",
"react-native-custom-action-sheet": "0.0.10",
"react-native-device-info": "^0.8.3",
"react-native-fbsdk": "^0.2.0",
"react-native-file-transfer": "0.0.3",
"react-native-gcm-android": "^0.2.0",
"react-native-image-picker": "^0.18.3",
"react-native-linear-gradient": "^1.5.7",
"react-native-maps": "^0.4.2",
"react-native-mixpanel": "0.0.7",
"react-native-modalbox": "^1.3.3",
"react-native-push-notification": "^1.0.2",
"react-native-quick-actions": "^0.1.3",
"react-native-search-bar": "^2.11.0",
"react-native-send-intent": "^1.0.5",
"react-native-side-menu": "^0.18.0",
"react-native-social-share": "^0.7.0",
"react-native-swiper": "^1.4.4",
"react-native-system-notification": "^0.1.8",
"react-native-vector-icons": "^2.0.2",
"react-timer-mixin": "^0.13.3",
"superagent": "^1.4.0"
},
"devDependencies": {
"babel-preset-react": "^6.3.13",
"babel-preset-react-native": "^1.4.0",
"babel-preset-stage-0": "^6.3.13",
"rnpm-plugin-upgrade": "^0.26.0"
}
}