-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.23 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
{
"name": "sflivingwage",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest"
},
"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/.*)"
],
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js"
]
},
"dependencies": {
"@react-native-community/viewpager": "4.2.0",
"accordion-collapse-react-native": "^0.1.11",
"body-parse": "^0.1.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"consolidate": "^0.15.1",
"date-fns": "^2.16.1",
"ejs": "^2.7.4",
"expo": "^40.0.1",
"express": "^4.17.1",
"galio-framework": "^0.7.1",
"gcp-metadata": "^4.2.1",
"html-metadata": "^1.7.1",
"link-preview-js": "^2.0.5",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"native-base": "^2.13.14",
"nodemon": "^1.19.4",
"paypal-rest-sdk": "^1.8.1",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
"react-native-calendars": "^1.489.0",
"react-native-cardview": "^2.0.5",
"react-native-drop-down-item": "^1.1.0",
"react-native-elements": "^1.2.7",
"react-native-general-calendars": "^1.11.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-image-zoom-viewer": "^2.2.27",
"react-native-modal": "^11.5.6",
"react-native-photo-view-ex": "^1.1.0",
"react-native-screens": "~2.15.2",
"react-native-square-in-app-payments": "^1.4.0",
"react-native-webview": "11.0.0",
"react-native-wkwebview-reborn": "^2.0.0",
"react-navigation": "^3.13.0",
"react-navigation-stack": "^2.10.2",
"react-twitter-embed": "^2.0.8",
"request": "^2.88.2"
},
"devDependencies": {
"babel-preset-expo": "8.3.0",
"react-native-credit-card-input": "^0.4.1",
"react-native-keyboard-spacer": "^0.4.1"
},
"private": true
}