forked from aki665/react-native-archipelago
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.39 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.39 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": "archipela-go",
"version": "1.0.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "expo start --android",
"buildApk": "eas build -p android --profile apk",
"ios": "expo start --ios",
"lint": "eslint .",
"start": "expo start",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/material-top-tabs": "^6.6.10",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"@shopify/flash-list": "1.6.4",
"archipelago.js": "^1.1.0",
"expo": "^51.0.18",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-pager-view": "6.3.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-tab-view": "^3.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-runtime": "~3.2.1",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.2.25",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"prettier": "^3.2.5",
"react-dom": "18.2.0",
"react-native-web": "~0.19.6",
"typescript": "~5.3.3"
},
"packageManager": "yarn@4.1.1"
}