-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1 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
{
"name": "passkeyapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@noble/curves": "^1.3.0",
"@turnkey/api-key-stamper": "^0.3.1",
"@turnkey/http": "^2.6.2",
"@turnkey/react-native-passkey-stamper": "https://pkg.csb.dev/tkhq/sdk/commit/3374386f/@turnkey/react-native-passkey-stamper",
"core-js": "^3.35.1",
"expo": "~50.0.5",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-passkey": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.54",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-test-renderer": "^18.0.7",
"react-native-dotenv": "^3.4.9",
"typescript": "^5.3.3",
"wrangler": "^3.26.0"
},
"private": true
}