-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.71 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "PleadApp",
"version": "3.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"version": "./npm-version/version-ios.sh",
"flow": "node_modules/.bin/flow"
},
"standard": {
"plugins": [
"flowtype"
],
"parser": "babel-eslint",
"rules": {
"flowtype/define-flow-type": 2
},
"globals": [
"ReactClass",
"React$Component",
"React$Element",
"Class",
"__DEV__"
]
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.8.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"color": "^0.11.3",
"date-fns": "^1.28.5",
"debounce": "^1.0.2",
"es6-symbol": "^3.1.1",
"eslint-plugin-flow-header": "^0.1.1",
"extensible-runtime": "^4.0.1",
"firebase": "^3.7.2",
"glam-props": "^1.3.2",
"glamorous-native": "^1.1.0",
"immutable": "^3.8.1",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.0.1",
"ramda": "^0.22.1",
"react": "16.0.0-alpha.12",
"react-addons-shallow-compare": "^15.5.2",
"react-native": "0.45.1",
"react-native-action-button": "^2.8.0",
"react-native-animatable": "^1.2.4",
"react-native-code-push": "^3.0.1-beta",
"react-native-elements": "0.17.0",
"react-native-extended-stylesheet": "^0.3.0",
"react-native-facebook-login": "^1.5.0",
"react-native-fcm": "^6.2.0",
"react-native-fetch-blob": "0.10.3-beta.1",
"react-native-google-sign-in": "^0.0.14",
"react-native-htmlview": "^0.5.0",
"react-native-keyboard-spacer": "^0.4.0",
"react-native-modalbox": "latest",
"react-native-slider": "^0.9.1",
"react-native-snackbar-dialog": "^1.3.0",
"react-native-sqlite-storage": "^3.2.2",
"react-native-vector-icons": "4.0.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"recompose": "^0.24.0",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-persist": "^4.5.0",
"redux-persist-immutable": "^4.2.0",
"redux-persist-transform-filter": "0.0.4",
"redux-persist-transform-immutable": "^4.3.0",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"showdown": "^1.6.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.3",
"babel-plugin-extensible-destructuring": "^4.0.1",
"babel-plugin-flow-react-proptypes": "^3.2.1",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^1.9.0",
"flow-bin": "0.45.0",
"remote-redux-devtools": "^0.4.9"
}
}