-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.24 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
{
"name": "rnstartkit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^2.1.8",
"buffer": "^5.1.0",
"immutable": "^3.8.1",
"leancloud-storage": "^3.6.5",
"moment": "^2.22.1",
"normalizr": "^3.2.3",
"react": "16.2.0",
"react-dom": "^16.3.2",
"react-immutable-render-mixin": "^0.9.7",
"react-native": "0.53.3",
"react-native-animatable": "^1.2.4",
"react-native-blur": "^3.2.2",
"react-native-button": "^2.3.0",
"react-native-clean-form": "^0.5.0",
"react-native-default-preference": "^1.3.1",
"react-native-device-info": "^0.21.5",
"react-native-dialogs": "0.0.21",
"react-native-image-picker": "0.26.7",
"react-native-md5": "^1.0.0",
"react-native-orientation": "^3.1.3",
"react-native-push-notification": "^3.0.1",
"react-navigation-redux-helpers": "^1.0.3",
"react-native-qq": "^2.0.5",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-simple-toast": "0.0.8",
"react-native-storage": "^0.2.2",
"react-native-swiper": "^1.5.12",
"react-native-textinput-effects": "^0.4.0",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^4.5.0",
"react-native-wechat": "^1.9.9",
"react-navigation": "^1.5.11",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"react-native-leancloud-push": "git+https://github.com/Darkhorse-Fraternity/react-native-leancloud-push.git",
"redux-api-middleware": "^2.0.0-beta.3",
"redux-form": "^7.2.1",
"redux-thunk": "^2.1.0",
"styled-components": "^3.2.6",
"uuid": "^3.1.0",
"validator": "^9.4.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"immutable-devtools": "0.1.3",
"jest": "22.4.3",
"jest-react-native": "18.0.0",
"react-native-debugger-open": "^0.3.17",
"react-test-renderer": "^16.2.0"
},
"jest": {
"preset": "react-native"
}
}