-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.84 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.84 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
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
{
"name": "@ory/expo-login-registration-template",
"version": "v0.5.4-alpha.1.pre.5",
"homepage": "https://github.com/ory/kratos-selfservice-ui-react-native",
"bugs": {
"url": "https://github.com/ory/kratos-selfservice-ui-react-native/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ory/kratos-selfservice-ui-react-native.git"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "expo start --android",
"eject": "expo eject",
"expo-install": "expo install expo-constants expo-secure-store @react-native-async-storage/async-storage react-native-safe-area-context react-native-reanimated react-native-gesture-handler react-native-screens @react-native-community/masked-view",
"ios": "expo start --ios",
"pod-install": "expo install expo-constants expo-secure-store @react-native-async-storage/async-storage react-native-safe-area-context react-native-reanimated react-native-gesture-handler react-native-screens @react-native-community/masked-view",
"start": "expo start",
"web": "expo start --web"
},
"prettier": "ory-prettier-styles",
"dependencies": {
"@expo-google-fonts/roboto": "0.4.2",
"@expo-google-fonts/rubik": "0.4.2",
"@expo/webpack-config": "19.0.1",
"@ory/client-fetch": "file:./contrib/sdk/generated",
"@ory/themes": "0.0.21",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@sentry/react-native": "6.10.0",
"@simplewebauthn/browser": "^13.2.2",
"expo": "52.0.48",
"expo-application": "6.0.2",
"expo-auth-session": "6.0.3",
"expo-constants": "17.0.8",
"expo-device": "7.0.3",
"expo-linking": "7.0.5",
"expo-local-authentication": "~15.0.2",
"expo-passkey": "^0.3.9",
"expo-secure-store": "14.0.1",
"expo-status-bar": "2.0.1",
"expo-updates": "0.27.4",
"expo-web-browser": "14.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-native": "0.76.9",
"react-native-flash-message": "0.4.2",
"react-native-gesture-handler": "2.20.2",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0",
"react-native-url-polyfill": "2.0.0",
"react-native-web": "0.19.10",
"styled-components": "5.3.11",
"url": "0.11.4"
},
"devDependencies": {
"@babel/core": "7.28.6",
"@openapitools/openapi-generator-cli": "2.30.2",
"@types/node": "25.0.10",
"@types/react": "18.3.12",
"@types/styled-components": "5.1.36",
"@types/styled-components-react-native": "5.2.5",
"license-checker": "25.0.1",
"ory-prettier-styles": "1.3.0",
"prettier": "3.8.1",
"prettier-plugin-packagejson": "3.0.2",
"typescript": "5.9.3"
}
}