-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@ant-design/react-native": "^3.1.1",
"axios": "^0.18.0",
"expo": "^31.0.2",
"native-base": "^2.10.0",
"native-echarts": "^0.5.0",
"react": "^16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-calendars": "^1.22.0",
"react-native-checkbox": "^2.0.0",
"react-native-datepicker": "^1.7.2",
"react-native-echarts": "^0.0.1",
"react-native-gifted-chat": "^0.6.0",
"react-native-image-zoom-viewer": "^2.2.25",
"react-native-material-ui": "^1.30.1",
"react-native-pull": "^2.0.2",
"react-native-pullview": "^1.0.7",
"react-native-shake-event": "^4.0.1",
"react-native-socketio": "^0.3.0",
"react-native-storage": "^1.0.0-beta.1",
"react-native-vector-icons": "^6.1.0",
"react-native-websocket": "^1.0.2",
"react-navigation": "^2.3.1",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"schedule": "^0.4.0"
},
"private": true
}