-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.85 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.85 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
{
"name": "cryptowallet",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-transform-destructuring": "^7.23.0",
"@ethersproject/shims": "^5.7.0",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/masked-view": "^0.1.11",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.5.1",
"ethers": "^6.8.0",
"expo": "~49.0.13",
"expo-background-fetch": "~11.3.0",
"expo-barcode-scanner": "~12.5.3",
"expo-camera": "~13.4.4",
"expo-cli": "^6.3.10",
"expo-clipboard": "^4.3.1",
"expo-constants": "~14.4.2",
"expo-device": "^5.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-modules-core": "^1.5.10",
"expo-notifications": "^0.20.1",
"expo-router": "^2.0.0",
"expo-screen-capture": "^5.3.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-task-manager": "~11.3.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "^0.72.6",
"react-native-crypto-js": "^1.0.0",
"react-native-dotenv": "^3.4.9",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "^1.9.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-qrcode-svg": "^6.2.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-spinkit": "^1.5.1",
"react-native-svg": "13.9.0",
"react-native-text-gradient": "^0.1.7",
"react-redux": "^8.1.3",
"react-spinners": "^0.13.8",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.22.5"
},
"private": true
}