-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
96 lines (96 loc) · 3.26 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
{
"name": "hcb-mobile",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "APP_VARIANT=development expo run:ios",
"web": "expo start --web",
"lint": "eslint App.tsx src/",
"lint:fix": "eslint App.tsx src/ --fix",
"format": "prettier . --write",
"format:check": "prettier . --check",
"ts:check": "tsc"
},
"dependencies": {
"@expo/config-plugins": "~9.0.0",
"@expo/image-utils": "^0.6.3",
"@expo/react-native-action-sheet": "^4.1.0",
"@expo/vector-icons": "^14.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@hackclub/hackclub-icons-rn": "github:thedev132/hackclub-icons-rn",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/geolocation": "^3.3.0",
"@react-native-menu/menu": "^1.1.6",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.13",
"@stripe/stripe-terminal-react-native": "^0.0.1-beta.20",
"@thedev132/hackclub-icons-rn": "^0.0.14",
"date-fns": "^2.30.0",
"eas-cli": "^13.4.2",
"expo": "^52.0.23",
"expo-alternate-app-icons": "^1.1.0",
"expo-auth-session": "~6.0.1",
"expo-blur": "~14.0.1",
"expo-build-properties": "^0.13.2",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.8",
"expo-device": "~7.0.1",
"expo-haptics": "~14.0.0",
"expo-image": "~2.0.3",
"expo-image-picker": "~16.0.3",
"expo-insights": "~0.8.1",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.3",
"expo-local-authentication": "~15.0.1",
"expo-location": "^18.0.5",
"expo-notifications": "~0.29.11",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.6",
"expo-web-browser": "~14.0.1",
"geopattern": "github:thedev132/geopattern",
"humanize-string": "^3.0.0",
"ky": "^1.2.3",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-viewing": "^0.2.2",
"react-native-pager-view": "6.5.1",
"react-native-picker-select": "^9.3.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "^15.8.0",
"react-native-web": "~0.19.10",
"swr": "^2.2.1",
"to-words": "^4.2.0",
"ts-pattern": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"typescript": "~5.3.3"
},
"private": true
}