forked from UCSD/campus-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.41 KB
/
package.json
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
65
66
67
68
69
70
71
72
73
74
{
"name": "CampusMobile",
"version": "5.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"insert-production-values": "node scripts/replace_all.js production",
"insert-staging-values": "node scripts/replace_all.js staging",
"insert-placeholder-values": "node scripts/replace_all.js placeholder",
"generate-docs": "./node_modules/.bin/jsdoc -c jsdoc.conf.json"
},
"dependencies": {
"buffer": "5.0.5",
"dateformat": "1.0.12",
"events": "1.1.1",
"html-entities": "1.2.0",
"moment": "2.15.2",
"react": "15.4.2",
"react-native": "0.42.3",
"react-native-animatable": "1.1.1",
"react-native-cookies": "2.0.0",
"react-native-device-info": "0.10.2",
"react-native-elevated-view": "0.0.1",
"react-native-exception-handler": "1.0.1",
"react-native-exit-app": "0.1.0",
"react-native-fcm": "7.1.0",
"react-native-google-analytics-bridge": "5.0.0",
"react-native-google-api-availability-bridge": "1.1.4",
"react-native-keychain": "1.2.0",
"react-native-maps": "0.13.0",
"react-native-permissions": "0.2.7",
"react-native-popup-menu": "0.6.1",
"react-native-router-flux": "3.38.0",
"react-native-side-menu": "0.20.1",
"react-native-simple-toast": "0.0.5",
"react-native-sortable-list": "0.0.11",
"react-native-vector-icons": "4.2.0",
"react-redux": "4.4.5",
"react-timer-mixin": "0.13.3",
"redux": "3.6.0",
"redux-logger": "2.7.0",
"redux-persist": "3.5.0",
"redux-persist-migrate": "4.1.0",
"redux-persist-transform-filter": "0.0.6",
"redux-saga": "0.14.3",
"redux-thunk": "2.1.0",
"stream": "0.0.2",
"timers": "0.1.1",
"xml2js": "0.4.17"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-jest": "18.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-react": "^6.23.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-flowtype": "^2.4.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"jest": "18.1.0",
"jsdoc-babel": "^0.3.0",
"react-test-renderer": "15.4.2",
"ink-docstrap": "1.3.0",
"jsdoc": "3.4.3"
},
"jest": {
"preset": "react-native"
}
}