-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.32 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.32 KB
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
{
"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",
"test": "jest",
"docs": "jsdoc -c jsdoc.conf.json"
},
"dependencies": {
"@expo/metro-config": "^0.1.54",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.9.1",
"@react-navigation/stack": "^5.14.0",
"body-parser": "^1.19.0",
"expo": "~40.0.0",
"expo-asset": "~8.2.1",
"expo-file-system": "~9.3.0",
"expo-location": "^11.0.0",
"expo-sqlite": "~8.5.0",
"expo-status-bar": "~1.0.3",
"express": "^4.17.1",
"fuse.js": "^6.4.6",
"jsdoc": "^3.6.6",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-elements": "^3.1.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-maps": "^0.27.1",
"react-native-material-ui": "^1.30.1",
"react-native-modal": "^11.6.1",
"react-native-progress": "^4.1.2",
"react-native-ratings": "^7.4.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-table-component": "^1.2.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.15.0",
"supertest": "^6.1.3",
"twilio": "^3.57.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"jest": "^26.6.3",
"react-test-renderer": "^16.13.1"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native/.*|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*|react-native-elements/.*|react-native-size-matters|react-native-ratings|react-native|@expo/vector-icons/.*|@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts)"
]
},
"private": true
}