-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.64 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
{
"name": "bowels-app",
"version": "2.0.3",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:apk": "eas build --platform android --profile preview",
"build:apk:local": "eas build --platform android --profile preview --local",
"lint": "eslint . --ext .ts,.tsx,.js --max-warnings=0",
"typecheck": "tsc --noEmit",
"doctor": "expo-doctor",
"verify": "npm run typecheck && npm run doctor"
},
"dependencies": {
"@expo-google-fonts/manrope": "^0.4.1",
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~55.0.15",
"expo-blur": "~55.0.13",
"expo-constants": "~55.0.14",
"expo-document-picker": "~55.0.13",
"expo-file-system": "~55.0.16",
"expo-font": "~55.0.6",
"expo-linear-gradient": "~55.0.13",
"expo-media-library": "~55.0.14",
"expo-notifications": "~55.0.19",
"expo-sharing": "~55.0.18",
"expo-sqlite": "~55.0.15",
"expo-status-bar": "~55.0.5",
"expo-system-ui": "~55.0.15",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-safe-area-context": "~5.6.2",
"react-native-view-shot": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.24.0",
"@types/react": "~19.2.14",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"babel-preset-expo": "~55.0.0",
"eslint": "^9.24.0",
"expo-doctor": "^1.18.1",
"globals": "^16.0.0",
"typescript": "~5.9.2"
}
}