-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "FansHome",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"immutable": "^3.8.1",
"leancloud-storage": "^1.4.0",
"mocha": "^3.0.2",
"moment": "^2.14.1",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-native": "0.32.0",
"react-native-blur": "^1.0.1",
"react-native-code-push": "^1.14.6-beta",
"react-native-device-info": "^0.9.5",
"react-native-drawer-layout": "^1.1.0",
"react-native-keyboard-tracking-view": "^2.0.2",
"react-native-mock": "^0.2.6",
"react-native-root-toast": "^1.0.3",
"react-native-scrollable-tab-view": "^0.5.5",
"react-native-swiper": "^1.4.11",
"react-native-timeago": "^0.3.0",
"react-native-vector-icons": "^2.1.0",
"react-native-wechat": "^1.5.5",
"react-redux": "^4.4.5",
"react-timer-mixin": "^0.13.3",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"rnpm-plugin-upgrade": "^0.26.0"
}
}