-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
94 lines (94 loc) · 3.03 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
{
"name": "fzuhelper-app",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild:android": "expo prebuild --platform android",
"prebuild:ios": "expo prebuild --platform ios",
"test": "jest --watchAll",
"lint": "expo lint",
"openapi": "openapi-ts"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.16.1",
"@react-native-cookies/cookies": "^6.2.1",
"@react-navigation/native": "^7.0.14",
"@rn-primitives/alert-dialog": "^1.1.0",
"@rn-primitives/checkbox": "^1.1.0",
"@rn-primitives/collapsible": "^1.1.0",
"@rn-primitives/dialog": "^1.1.0",
"@rn-primitives/label": "^1.1.0",
"@rn-primitives/portal": "^1.1.0",
"@rn-primitives/slot": "^1.1.0",
"@rn-primitives/switch": "^1.1.0",
"@rn-primitives/tabs": "^1.1.0",
"@rn-primitives/types": "^1.1.0",
"@tanstack/react-query": "^5.59.16",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "^52.0.28",
"expo-build-properties": "~0.13.2",
"expo-calendar": "~14.0.6",
"expo-constants": "~17.0.5",
"expo-crypto": "~14.0.2",
"expo-image": "~2.0.4",
"expo-linear-gradient": "^14.0.2",
"expo-linking": "~7.0.5",
"expo-navigation-bar": "^4.0.7",
"expo-router": "~4.0.17",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-web-browser": "~14.0.2",
"lucide-react-native": "^0.471.0",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "~0.77.0",
"react-native-edge-to-edge": "^1.4.2",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "~2.22.0",
"react-native-keyboard-controller": "^1.15.2",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "~3.16.7",
"react-native-safe-area-context": "~5.1.0",
"react-native-screens": "~4.5.0",
"react-native-svg": "15.11.1",
"react-native-web": "~0.19.10",
"react-native-webview": "~13.13.1",
"sonner-native": "^0.16.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/eslint-config": "^0.75.4",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.7",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.2.1",
"jest-expo": "~52.0.3",
"openapi-ts-request": "^0.13.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true
}