This repository has been archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.96 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
{
"name": "SwiftBarBird",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"cleanRNSVG": "find ./node_modules -type d -mindepth 2 -name react-native-svg -exec rm -rf {} \\;",
"update": "code-push release-react SwiftBarBirdAndroid android -m"
},
"dependencies": {
"@ant-design/react-native": "^3.1.3",
"@bang88/china-city-data": "^1.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"react": "16.6.3",
"react-native": "0.58.6",
"react-native-action-button": "^2.8.5",
"react-native-animatable": "^1.3.1",
"react-native-calendars": "^1.22.0",
"react-native-code-push": "^5.6.0",
"react-native-communications": "^2.2.1",
"react-native-contacts": "^4.0.0",
"react-native-elements": "^1.1.0",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-fast-image": "^5.2.0",
"react-native-gesture-handler": "1.0.12",
"react-native-image-crop-picker": "^0.23.0",
"react-native-image-gallery": "^2.1.5",
"react-native-image-resizer": "^1.0.1",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-picker": "^4.3.7",
"react-native-reanimated": "^1.0.0-alpha.12",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-step-indicator": "0.0.10",
"react-native-storage": "^1.0.0-beta.0",
"react-native-svg": "^8.0.8",
"react-native-swipeout": "^2.3.6",
"react-native-textinput-effects": "^0.5.1",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^3.0.9",
"rn-fetch-blob": "^0.10.15",
"victory-native": "^31.0.0"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}