-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "boilermeat",
"version": "1.0.0",
"main": "./src/app.tsx",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@shopify/restyle": "^2.4.2",
"@turf/turf": "^6.5.0",
"base-64": "^1.0.0",
"expo": "~50.0.4",
"expo-background-fetch": "~11.8.1",
"expo-dev-client": "3.3.6",
"expo-font": "11.10.2",
"expo-linking": "~6.2.2",
"expo-location": "~16.5.2",
"expo-notifications": "~0.27.6",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "0.26.3",
"expo-status-bar": "1.11.1",
"expo-task-manager": "~11.7.2",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-collapsible": "^1.6.1",
"react-native-pager-view": "^6.2.3",
"react-native-safe-area-context": "4.8.2",
"react-native-svg": "14.1.0",
"react-native-themis": "^0.15.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/base-64": "^1.0.2",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
}
}