forked from kb-dev-lab/UKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.08 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.08 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
{
"name": "ukit",
"version": "4.0.4",
"description": "Ukit",
"author": "HackJack",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo build:android -t app-bundle",
"sdk": "expo build:android",
"ios": "expo build:ios -t archive",
"eject": "expo eject",
"lint": "./node_modules/.bin/eslint .",
"postinstall": "rm -rf ./node_modules/expo/node_modules/expo-font/"
},
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@expo-google-fonts/montserrat": "^0.1.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "6.0.0",
"@react-navigation/compat": "^5.3.15",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"axios": "^0.21.2",
"dotenv": "^10.0.0",
"expo": "^42.0.0",
"expo-app-loading": "^1.1.2",
"expo-application": "~3.2.0",
"expo-asset": "~8.3.3",
"expo-calendar": "~9.2.2",
"expo-constants": "~11.0.1",
"expo-device": "~3.3.0",
"expo-font": "~9.2.1",
"expo-linear-gradient": "~9.2.0",
"expo-updates": "~0.8.2",
"html-entities": "^2.3.2",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"qs": "^6.10.1",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-collapsible": "^1.0.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-maps": "0.28.0",
"react-native-reanimated": "~2.2.0",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.0.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "12.1.1",
"react-native-textinput-effects": "^0.6.1",
"react-native-webview": "11.6.2",
"sentry-expo": "^4.0.0",
"expo-background-fetch": "~9.2.2",
"expo-task-manager": "~9.2.2"
},
"devDependencies": {
"prettier": "^1.14.2"
}
}