-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.39 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.39 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "rustcon-mobile",
"version": "0.4.1-beta",
"description": "RustCON - Mobile App",
"license": "GNU GPLv3",
"author": "Kopter",
"main": "expo-router/entry",
"scripts": {
"ts:check": "tsc",
"start": "expo start",
"start:dev": "expo start --dev-client",
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-navigation/drawer": "^6.6.4",
"@react-navigation/native": "^6.0.2",
"@reduxjs/toolkit": "^1.9.7",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@shopify/react-native-skia": "0.1.196",
"d3-scale": "^4.0.2",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-image": "~1.3.4",
"expo-insights": "~0.2.0",
"expo-linking": "~5.0.2",
"expo-navigation-bar": "~2.3.0",
"expo-notifications": "~0.20.1",
"expo-router": "^2.0.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-web-browser": "~12.3.2",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-hook-form": "^7.47.0",
"react-native": "0.72.6",
"react-native-dialog": "^9.3.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-mmkv": "^2.11.0",
"react-native-modals": "^0.22.3",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/d3-scale": "^4.0.3",
"@types/react-native-modals": "^0.22.0",
"@types/url-parse": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"eslint": "^8.50.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"sharp-cli": "^4.1.1",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
}
}