This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "Mobile_Cooolbox_application",
"version": "1.0.0",
"private": true,
"devDependencies": {
"jest-expo": "19.0.5",
"react-native-scripts": "1.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^6.2.1",
"@expo/videoplayer": "^0.4.0",
"antd-mobile": "^2.1.8",
"color": "1.0.3",
"ex-react-native-i18n": "0.0.3",
"expo": "23.0.0",
"firebase": "^4.9.1",
"frisbee": "^1.6.4",
"lodash": "4.13.1",
"moment": "2.13.0",
"mysql": "^2.15.0",
"native-base": "2.3.1",
"prop-types": "^15.6.1",
"react": "16.0.0",
"react-autobind": "^1.0.6",
"react-native": "0.50.0",
"react-native-auto-height-image": "^1.0.0",
"react-native-exception-handler": "^2.6.0",
"react-native-fetch-polyfill": "^1.1.2",
"react-native-form-generator": "^0.9.9",
"react-native-gesture-view": "^0.2.1",
"react-native-material-dropdown": "^0.6.1",
"react-native-modal": "^5.4.0",
"react-native-modal-selector": "0.0.24",
"react-native-modalbox": "1.4.2",
"react-native-scrollable-tab-view": "0.6.7",
"react-native-step-indicator": "0.0.7",
"react-native-viewpager": "^0.2.13",
"react-navigation": "1.0.0-beta.11",
"webview": "0.0.1"
}
}