-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.84 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
58
{
"name": "turnkey-demo-consumer-wallet",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "INCLUDE_ENV_FOR_DEV=1 expo start",
"android": "INCLUDE_ENV_FOR_DEV=1 expo start --android",
"ios": "INCLUDE_ENV_FOR_DEV=1 expo start --ios",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ethersproject/experimental": "~5.7.0",
"@ethersproject/shims": "~5.7.0",
"@expo/react-native-action-sheet": "~4.0.1",
"@expo/vector-icons": "~13.0.0",
"@peculiar/webcrypto": "~1.4.3",
"@react-navigation/native": "~6.1.6",
"@react-navigation/native-stack": "~6.9.12",
"@turnkey/api-key-stamper": "~0.1.1",
"@turnkey/ethers": "~0.17.1",
"@turnkey/http": "~1.2.0",
"@walletconnect/client": "~1.8.0",
"buffer": "~6.0.3",
"crypto-browserify": "~3.12.0",
"ethers": "~5.7.2",
"events": "~3.3.0",
"expo": "^49.0.11",
"expo-barcode-scanner": "~12.3.2",
"expo-clipboard": "~4.1.2",
"expo-constants": "^14.4.2",
"expo-secure-store": "~12.1.1",
"expo-status-bar": "~1.4.4",
"expo-web-browser": "~12.1.1",
"fast-text-encoding": "~1.0.6",
"react": "~18.2.0",
"react-native": "~0.71.7",
"react-native-get-random-values": "~1.8.0",
"react-native-root-toast": "~3.4.1",
"react-native-safe-area-context": "~4.5.0",
"react-native-url-polyfill": "^1.3.0",
"readable-stream": "~4.3.0",
"swr": "~2.1.5"
},
"devDependencies": {
"@babel/core": "~7.21.4",
"@types/react": "~18.0.27",
"@typescript-eslint/eslint-plugin": "~5.59.1",
"@typescript-eslint/parser": "~5.59.1",
"dotenv": "~16.0.3",
"eslint": "~8.39.0",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
"typescript": "~4.9.4"
},
"license": "Apache-2.0",
"packageManager": "npm@9.6.5"
}