-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.44 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.44 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
{
"name": "speeder-reader",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:web": "expo export --platform web --output-dir ampt-backend/static --clear",
"deploy:prod": "npm run build:web && cd ampt-backend && ampt deploy production"
},
"dependencies": {
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.5",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.13.0",
"@react-navigation/stack": "^7.7.2",
"expo": "~52.0.0",
"expo-asset": "~11.0.5",
"expo-dev-client": "~5.0.20",
"expo-document-picker": "~13.0.0",
"expo-file-system": "~18.0.0",
"expo-font": "~13.0.4",
"expo-localization": "~16.0.1",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.27.5",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "~2.20.0",
"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.13",
"react-native-webview": "13.12.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"sharp": "^0.34.5",
"typescript": "^5.3.3"
},
"private": true
}