-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.12 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": "RiKang",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"antd-mobile": "1.4.1",
"aurora-imui-react-native": "^0.3.2",
"babel-preset-expo": "^2.0.0",
"formdata-polyfill": "2.0.3",
"immutable": "3.7.6",
"isomorphic-fetch": "2.2.1",
"leancloud-realtime": "3.5.2",
"leancloud-realtime-plugin-typed-messages": "2.0.0",
"leancloud-storage": "3.0.1",
"lodash": "4.17.4",
"mkp-react-native-picker": "1.0.7",
"moment": "2.18.1",
"pingpp-react-native": "^1.0.0",
"query-string": "4.3.4",
"rc-form": "1.4.3",
"react": "16.0.0-alpha.6",
"react-addons-update": "15.6.0",
"react-native": "0.44.2",
"react-native-circular-progress": "0.0.8",
"react-native-elevated-view": "0.0.4",
"react-native-fetch-blob": "^0.10.8",
"react-native-fs": "^2.5.1",
"react-native-html-render": "1.0.5",
"react-native-image-picker": "0.26.3",
"react-native-linear-gradient": "2.0.0",
"react-native-loader": "1.1.0",
"react-native-photo-browser": "0.3.1",
"react-native-picker": "4.0.18",
"react-native-scrollable-tab-view": "0.6.6",
"react-native-sk-countdown": "1.0.1",
"react-native-swiper": "1.5.4",
"react-native-tab-view": "^0.0.66",
"react-navigation": "1.0.0-beta.11",
"react-redux": "5.0.5",
"redux": "3.6.0",
"redux-action-buffer": "1.1.0",
"redux-form": "6.7.0",
"redux-immutable": "4.0.0",
"redux-persist": "4.8.0",
"redux-persist-immutable": "4.3.0",
"redux-saga": "0.15.4",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"url-parse": "1.1.9"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-jest": "20.0.3",
"babel-plugin-import": "1.2.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6",
"redux-logger": "3.0.6"
},
"jest": {
"preset": "react-native"
},
"babel": {
"preset": [
"es2015"
]
}
}