-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.73 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
{
"name": "@passkey-example/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@effect/schema": "^0.51.3",
"@expo/metro-config": "~0.10.7",
"@fastify/autoload": "~5.7.1",
"@fastify/cookie": "^9.3.1",
"@fastify/jwt": "^7.2.4",
"@fastify/sensible": "~5.2.0",
"@fastify/session": "^10.7.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@simplewebauthn/server": "^8.3.5",
"axios": "^1.0.0",
"base64url": "^3.0.1",
"buffer": "^6.0.3",
"effect": "^2.0.0-next.58",
"expo": "49.0.16",
"expo-build-properties": "~0.8.3",
"expo-dev-client": "~2.4.12",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"fast-check": "^3.14.0",
"fastify": "~4.13.0",
"fastify-plugin": "~4.5.0",
"jotai": "^2.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-passkey": "^2.1.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "1.0.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.9",
"text-encoding-polyfill": "^0.6.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@config-plugins/detox": "~6.0.0",
"@expo/cli": "~0.10.13",
"@nx/detox": "17.1.3",
"@nx/esbuild": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/expo": "^17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/node": "^17.1.3",
"@nx/workspace": "17.1.3",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.3.0",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-jest": "^29.4.1",
"babel-preset-expo": "~9.5.2",
"detox": "^20.11.1",
"eas-cli": "~5.2.0",
"esbuild": "^0.19.2",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-circus": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-expo": "~49.0.0",
"metro": "0.76.8",
"metro-resolver": "0.76.8",
"nx": "17.1.3",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.2.2"
}
}