-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
64 lines (64 loc) · 1.98 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
{
"name": "evcc",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "tsc --noEmit && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@eva-design/eva": "^2.2.0",
"@expo/metro-runtime": "~3.2.1",
"@material-symbols/svg-400": "^0.22.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@react-navigation/stack": "^6.3.21",
"@types/react": "~18.2.79",
"@ui-kitten/components": "^5.3.1",
"@ui-kitten/eva-icons": "^5.3.1",
"axios": "^1.6.7",
"base-64": "^1.0.0",
"expo": "^51.0.8",
"expo-build-properties": "~0.12.1",
"expo-dev-client": "~4.0.14",
"expo-localization": "~15.0.3",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-web-browser": "~13.0.3",
"i18next": "^24.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^15.1.4",
"react-native": "0.74.5",
"react-native-eva-icons": "^1.3.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-v8": "^2.3.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.8.6",
"react-native-zeroconf": "^0.13.8",
"typescript": "~5.3.3",
"v8-android-jit": "^11.1000.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.1.0",
"prettier": "^3.3.3"
},
"private": true
}