-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.7 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.7 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
81
82
83
84
85
86
87
88
89
{
"name": "code-compass",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"format": "prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"ios": "expo run:ios",
"start": "expo start",
"web": "expo start --web",
"build": "expo prebuild"
},
"dependencies": {
"@expo/vector-icons": "^14.0.4",
"@hookform/resolvers": "^3.9.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/material-top-tabs": "^7.1.0",
"@react-navigation/native": "^7.0.14",
"@supabase/supabase-js": "^2.47.10",
"aes-js": "^3.1.2",
"babel-plugin-inline-import": "^3.0.0",
"base64-arraybuffer": "^1.0.2",
"expo": "~52.0.29",
"expo-auth-session": "~6.0.3",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.3",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.6",
"expo-image-picker": "~16.0.5",
"expo-linking": "~7.0.5",
"expo-modules-core": "~2.2.0",
"expo-router": "~4.0.17",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-web-browser": "~14.0.2",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"react-native": "0.76.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-marked": "^6.0.5",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "^3.16.6",
"react-native-reanimated-carousel": "^4.0.0-canary.22",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "4.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-syntax-highlighter": "^15.6.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/aes-js": "^3.1.4",
"@types/react": "~18.3.18",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"ajv": "^8.17.1",
"eslint": "^8.57.1",
"eslint-config-universe": "^12.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.17",
"typescript": "~5.3.3"
},
"eslintConfig": {
"extends": "universe/native"
},
"resolutions": {
"expo-modules-core": "~1.11.0"
},
"expo": {
"install": {
"exclude": [
"react-native-safe-area-context"
]
}
},
"private": true
}