-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
49 lines (49 loc) · 1.54 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
{
"name": "chinaTop",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@merryjs/photo-viewer": "^2.0.2",
"antd-mobile": "^2.1.2",
"apsl-react-native-button": "^3.1.0",
"babel-plugin-import": "^1.6.3",
"cheerio-without-node-native": "^0.20.2",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-af-video-player": "^0.1.3",
"react-native-animatable": "^1.2.4",
"react-native-device-info": "^0.13.0",
"react-native-fast-image": "^4.0.12",
"react-native-htmlview": "^0.12.1",
"react-native-image-crop-picker": "^0.19.1",
"react-native-image-zoom-viewer": "^2.0.16",
"react-native-lightbox": "^0.7.0",
"react-native-linear-gradient": "^2.4.0",
"react-native-media-kit": "^0.0.14",
"react-native-modal-photo-view": "^0.1.1",
"react-native-modalbox": "^1.4.2",
"react-native-parsed-text": "^0.0.20",
"react-native-permissions": "^1.0.6",
"react-native-photo-view": "^1.5.2",
"react-native-root-siblings": "^2.2.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-storage": "^0.2.2",
"react-native-vector-icons": "^4.4.3",
"react-native-video": "^2.0.0",
"react-navigation": "^1.0.0-beta.21",
"rn-placeholder": "^1.1.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}