-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.7 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
{
"name": "@aws-amplify/rtn-passkeys-example",
"version": "0.1.5",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
"build:ios": "react-native build-ios --scheme AmplifyRtnPasskeysExample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"",
"generate": "AWS_REGION=us-west-1 npx @aws-amplify/backend-cli@latest generate outputs --stack amplify-Passkeys-passkeys-sandbox-f77bdb9853"
},
"dependencies": {
"@aws-amplify/react-native": "1.3.3",
"@aws-amplify/rtn-passkeys": "1.1.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"aws-amplify": "6.20.1",
"react": "19.2.1",
"react-native": "0.79.2",
"react-native-get-random-values": "^1.11.0"
},
"devDependencies": {
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "18.0.1",
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native/babel-preset": "0.79.2",
"@react-native/codegen": "0.79.2",
"@react-native/eslint-config": "0.79.2",
"@react-native/metro-config": "0.79.2",
"@react-native/typescript-config": "0.79.2"
},
"engines": {
"node": ">=18"
},
"workspaces": {
"nohoist": [
"**/@react-native/codegen",
"**/@react-native/codegen/**"
]
}
}