-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
57 lines (57 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "sfa-rn-expo-auth0-example",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@web3auth/base": "^9.3.0",
"@web3auth/ethereum-provider": "^9.3.0",
"@web3auth/single-factor-auth": "^9.1.0",
"base-64": "^1.0.0",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"empty-module": "^0.0.2",
"ethers": "^6.13.4",
"expo": "~48.0.18",
"expo-constants": "~13.2.4",
"expo-linking": "~3.2.2",
"expo-secure-store": "^12.3.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-web-browser": "~12.3.2",
"fast-base64-decode": "^2.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-auth0": "^2.17.4",
"react-native-quick-crypto": "^0.7.5",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-native-auth0": "^2.17.5",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.7",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"private": true
}