-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.01 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"build:android": "npx expo build:android -t app-bundle",
"upload:android": "npx expo upload:android",
"eject": "npx expo prebuild",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npx eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-masked-view/masked-view": "0.2.7",
"@react-navigation/bottom-tabs": "^5.6.1",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"expo": "^46.0.21",
"expo-asset": "~8.6.3",
"expo-constants": "~13.2.4",
"expo-font": "~10.2.0",
"expo-linking": "~3.2.4",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"expo-web-browser": "~11.0.0",
"firebase": "8.2.3",
"moment": "^2.27.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.9",
"react-native-elements": "^2.1.0",
"react-native-emoji": "^1.8.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-paper": "^4.0.1",
"react-native-render-html": "^4.2.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-webview": "11.23.0",
"react-native-xml2js": "^1.0.3",
"sharp": "^0.33.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"babel-preset-expo": "8.5.1",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-standard": "^4.0.1",
"sharp-cli": "^1.14.1",
"typescript": "~4.3.5"
},
"private": true
}