-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.1 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
{
"name": "europython-companion",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:web": "expo export -p web && workbox generateSW public/workbox-config.js",
"pwa": "pnpm build:web && pnpx serve dist --listen 8081",
"tunnel": "ngrok http 8081",
"prebuild": "expo prebuild",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json}\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bottom-tabs/react-navigation": "^1.3.1",
"@expo/dom-webview": "^57.0.0",
"@expo/vector-icons": "^15.1.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/netinfo": "^12.0.1",
"@react-navigation/bottom-tabs": "^7.18.7",
"@react-navigation/native": "^7.3.7",
"@react-navigation/native-stack": "^7.17.9",
"@shopify/flash-list": "2.0.2",
"expo": "~57.0.4",
"expo-calendar": "^57.0.0",
"expo-dev-client": "~57.0.5",
"expo-font": "^57.0.0",
"expo-haptics": "^57.0.0",
"expo-image": "~57.0.0",
"expo-notifications": "~57.0.3",
"expo-splash-screen": "^57.0.2",
"expo-status-bar": "~57.0.0",
"expo-system-ui": "~57.0.0",
"punycode": "^2.3.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-bottom-tabs": "^1.3.1",
"react-native-gesture-handler": "~2.32.0",
"react-native-markdown-display": "^7.0.2",
"react-native-paper": "^5.15.3",
"react-native-reanimated": "^4.5.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-web": "^0.21.2",
"react-native-webview": "^13.16.1",
"react-native-worklets": "0.10.0",
"react-native-zoom-toolkit": "^5.1.0"
},
"devDependencies": {
"@types/react": "~19.2.17",
"baseline-browser-mapping": "^2.10.42",
"prettier": "^3.9.4",
"typescript": "~6.0.3",
"workbox-cli": "^7.4.1"
},
"private": true,
"packageManager": "pnpm@11.10.0"
}