-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
43
{
"name": "simpo",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"dev": "expo start --dev-client"
},
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@gorhom/bottom-sheet": "^4.5.1",
"@gorhom/portal": "^1.0.14",
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.16",
"crypto": "^1.0.1",
"ethers": "^6.8.0",
"expo": "~49.0.15",
"expo-dev-client": "~2.4.11",
"expo-image": "^1.5.1",
"expo-status-bar": "^1.7.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "^2.13.4",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^13.14.0",
"react-native-webview": "^13.6.2",
"zustand": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@types/react": "~18.2.14",
"typescript": "^5.1.3"
},
"private": true
}