-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "com.wuhenzhizao.jd",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"prop-types": "latest",
"react": "^16.3.1",
"react-native": "0.54.3",
"react-native-image-zoom-viewer": "^2.1.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-splash-screen": "^3.0.6",
"react-native-swipe-list-view": "^1.0.7",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.6.0",
"react-native-webp": "^0.3.1",
"react-navigation": "^1.5.9",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "^16.3.1"
},
"jest": {
"preset": "react-native"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wuhenzhizao/react-native-jd.git"
},
"author": "wuhenzhizao",
"license": "ISC",
"bugs": {
"url": "https://github.com/wuhenzhizao/react-native-jd/issues"
},
"homepage": "https://github.com/wuhenzhizao/react-native-jd#readme",
"description": ""
}