-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
146 lines (146 loc) · 7.34 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "tonomy-id",
"version": "0.148.0",
"type": "commonjs",
"scripts": {
"eas-build-pre-install": "corepack enable",
"build:prepare": "ts-node prepare.app.config.ts",
"build:ios:create": "yarn run build:prepare && npx eas device:create",
"build:ios": "yarn run build:prepare && npx eas build --clear-cache --profile development --platform ios --no-wait",
"build:android": "yarn run build:prepare && npx eas build --clear-cache --profile development --platform android --no-wait",
"deploy:testnet:android": "EXPO_NODE_ENV=testnet EXPO_PLATFORM=android yarn run build:prepare && npx eas build --clear-cache --auto-submit-with-profile=production --no-wait --non-interactive --platform android --profile testnet",
"deploy:testnet:ios": "EXPO_NODE_ENV=testnet EXPO_PLATFORM=ios yarn run build:prepare && npx eas build --clear-cache --auto-submit-with-profile=appleTestnet --no-wait --non-interactive --platform ios --profile testnet",
"deploy:testnet": "yarn run deploy:testnet:android && yarn run deploy:testnet:ios",
"deploy:staging:android": "EXPO_NODE_ENV=staging EXPO_PLATFORM=android yarn run build:prepare && npx eas build --clear-cache --auto-submit-with-profile=production --no-wait --non-interactive --platform android --profile staging",
"deploy:staging:ios": "EXPO_NODE_ENV=staging EXPO_PLATFORM=ios yarn run build:prepare && npx eas build --clear-cache --auto-submit-with-profile=production --no-wait --non-interactive --platform ios --profile staging",
"deploy:staging": "yarn run deploy:staging:android && yarn run deploy:staging:ios",
"deploy:production:android": "EXPO_NODE_ENV=production EXPO_PLATFORM=android yarn run build:prepare && npx eas build --clear-cache --auto-submit-with-profile=production --no-wait --non-interactive --platform android --profile production",
"deploy:production:ios": "EXPO_NODE_ENV=production EXPO_PLATFORM=ios yarn run build:prepare && npx eas build --clear-cache --auto-submit-with-profile=appleProduction --no-wait --non-interactive --platform ios --profile production",
"deploy:production": "yarn run deploy:production:android && yarn run deploy:production:ios",
"start": "NODE_ENV=development yarn run build:prepare && NODE_ENV=development npx expo start --dev-client --clear",
"lint": "eslint src test --ext '[.ts, .tsx]' --resolve-plugins-relative-to .",
"lint:fix": "yarn run lint --fix",
"test": "jest",
"testDebug": "jest -o --watch --coverage=false",
"typeCheck": "tsc",
"updateSdkVersion": "./update_sdk_version.sh",
"release": "semantic-release --debug"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@expo-google-fonts/roboto": "^0.2.3",
"@hcaptcha/react-native-hcaptcha": "^1.7.2",
"@json-rpc-tools/utils": "^1.7.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.14.3",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@sentry/react-native": "~5.24.3",
"@sinonjs/text-encoding": "^0.7.3",
"@tonomy/tonomy-id-sdk": "0.25.0",
"@veramo/core": "^6.0.0",
"@walletconnect/core": "^2.17.2",
"@walletconnect/react-native-compat": "^2.17.2",
"@walletconnect/utils": "^2.17.2",
"@walletconnect/web3wallet": "^1.16.1",
"@wharfkit/abicache": "^1.2.2",
"@wharfkit/antelope": "^1.0.7",
"@wharfkit/session": "^1.4.0",
"@wharfkit/signing-request": "^3.2.0",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"big-integer": "^1.6.52",
"bluebird": "^3.7.2",
"cross-fetch": "^4.0.0",
"crypto-browserify": "^3.12.1",
"deepmerge": "^4.3.1",
"ethers": "^6.13.4",
"expo": "^51.0.38",
"expo-barcode-scanner": "^13.0.1",
"expo-build-properties": "^0.12.5",
"expo-camera": "^15.0.16",
"expo-dev-client": "~4.0.29",
"expo-font": "^12.0.10",
"expo-linking": "^6.3.1",
"expo-local-authentication": "^14.0.1",
"expo-notifications": "^0.28.19",
"expo-secure-store": "^13.0.2",
"expo-sharing": "^12.0.1",
"expo-sqlite": "^14.0.6",
"expo-status-bar": "^1.12.1",
"expo-web-browser": "^13.0.3",
"iconoir-react-native": "^7.9.0",
"lottie-react-native": "6.7.0",
"pako": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-argon2": "^2.0.1",
"react-native-autocomplete-input": "^5.4.0",
"react-native-exception-handler": "^2.10.10",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.12.5",
"react-native-popover-view": "^5.1.9",
"react-native-qrcode-svg": "^6.3.12",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-swiper": "^1.6.0",
"react-native-walkthrough-tooltip": "^1.6.0",
"react-native-web": "^0.19.13",
"react-native-webview": "13.8.6",
"reflect-metadata": "^0.2.2",
"stream-browserify": "^3.0.0",
"typeorm": "^0.3.20",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
"@semantic-release/git": "^10.0.1",
"@types/bluebird": "^3",
"@types/jest": "^29.5.14",
"@types/react": "~18.2.79",
"@types/react-native-base64": "^0.2.2",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"argon2": "^0.41.1",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-rewrite-require": "^1.14.5",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.7.0",
"jest-expo": "^51.0.4",
"prettier": "^2.7.1",
"semantic-release": "^24.2.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"resolutions": {
"jsonld": "link:./node_modules/@digitalcredentials/jsonld",
"isomorphic-webcrypto": "link:./node_modules/@sphereon/isomorphic-webcrypto"
},
"private": true,
"packageManager": "yarn@4.3.1",
"engines": {
"node": ">=20.0.0",
"yarn": "^4.3.1"
}
}