-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-community/datetimepicker": "3.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "^1.9.11",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.12.8",
"@unimodules/core": "^7.1.2",
"@unimodules/react-native-adapter": "^6.3.9",
"bootstrap": "^4.6.0",
"expo": "~47.0.8",
"expo-constants": "~10.1.3",
"expo-status-bar": "~1.0.4",
"express": "^4.17.1",
"fiction-expo-restart": "^1.1.0",
"jquery": "^3.5.1",
"modal-react-native-web": "^0.2.0",
"moment": "^2.29.1",
"native-base": "^2.15.2",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.6",
"process-module": "^1.0.0",
"prop-types": "^15.7.2",
"react": "18.1.0",
"react-datetime": "^3.0.4",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-47.0.0.tar.gz",
"react-native-awesome-alerts": "^1.4.2",
"react-native-config": "^1.4.11",
"react-native-dotenv": "^3.4.6",
"react-native-elements": "^3.1.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-mail": "^6.0.0",
"react-native-paper": "^4.4.1",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "3.2.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-screens": "~3.0.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-table-component": "^1.2.1",
"react-native-web": "^0.16.1",
"react-navigation": "^4.4.4",
"react-rainbow-components": "^1.26.0",
"react-table": "^7.6.3",
"react-usestateref": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.1",
"react-error-overlay": "^6.0.9",
"sharp-cli": "^2.1.0"
},
"private": true
}