-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 3.99 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"main": "./src/index.js",
"entryPoint": "./src/index.js",
"name": "cvuhsd-portal-mobile",
"version": "3.0.8",
"scripts": {
"start": "expo start",
"start-reset": "rm -rf node_modules/ && npm install && npm audit fix && npm start --reset-cache",
"server": "nodemon esm server/es6-entry.js --inspect",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm start\"",
"publish": "expo publish",
"build-android": "expo build:android",
"upload-android": "expo upload:android",
"expo-clean-start": "rm -rf /tmp/metro-* && rm -rf node_modules/ && npm cache clean --force && rm -rf package-lock.json && npm install expo@latest && expo install && npm install && expo start -c",
"expo-clean-start-install": "rm -rf /tmp/metro-* && rm -rf .expo/ && rm -rf node_modules/ && npm cache clean --force && rm -rf package-lock.json && npm install expo@latest && expo install && npm install && expo start -c",
"build-ios": "expo build:ios",
"ios": "expo start --ios",
"android": "expo start --android",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.1.0",
"@expo-google-fonts/source-sans-pro": "^0.1.0",
"@expo/metro-config": "^0.1.46",
"@expo/react-native-action-sheet": "^3.8.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/hooks": "^2.5.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.4.3",
"@react-navigation/stack": "^5.4.0",
"@unimodules/core": "~6.0.0",
"@unimodules/react-native-adapter": "~5.7.0",
"ad": "^0.3.2",
"body-parser": "^1.19.0",
"color": "^3.1.3",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"expo": "^40.0.1",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.2.1",
"expo-auth-session": "~3.0.0",
"expo-blur": "~8.2.2",
"expo-constants": "~9.3.3",
"expo-file-system": "~9.3.0",
"expo-font": "~8.4.0",
"expo-linking": "~2.0.1",
"expo-random": "~10.0.0",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.1",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"greeting": "^1.0.6",
"he": "^1.2.0",
"helmet": "^4.2.0",
"isdev": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"kind-of": "^6.0.3",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"passport": "^0.4.1",
"passport-oauth": "^1.0.0",
"pod-install": "^0.1.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-app-link": "^1.0.0",
"react-native-autogrow-textinput": "^5.4.0",
"react-native-collapsible": "^1.5.2",
"react-native-dotenv": "^2.4.2",
"react-native-expo-image-cache": "^4.1.0",
"react-native-fast-image": "^8.1.5",
"react-native-gesture-handler": "~1.8.0",
"react-native-global-props": "^1.1.5",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-modal": "^11.5.6",
"react-native-paper": "^4.5.0",
"react-native-picker-select": "^8.0.2",
"react-native-safe-area-context": "3.1.9",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~2.15.2",
"react-native-skeleton-content": "^1.0.20",
"react-native-svg": "12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-web": "~0.13.12",
"react-native-webview": "11.0.0",
"request-ip": "^2.1.3",
"ssl-root-cas": "^1.3.1",
"styled-components": "^5.1.0",
"styled-css": "^1.1.0",
"undefsafe": "^2.0.3",
"url": "^0.11.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-preset-expo": "8.3.0",
"concurrently": "^5.3.0",
"metro-react-native-babel-preset": "^0.64.0",
"nodemon": "^2.0.6",
"reactotron-react-js": "^3.3.7",
"reactotron-react-native": "^5.0.0"
},
"private": false,
"proxy": "http://localhost:3002"
}