-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
77 lines (77 loc) · 2.97 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
{
"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-community/async-storage react-native-safe-area-context react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view",
"ios": "expo start --ios",
"pod-install": "expo install expo-constants expo-secure-store @react-native-community/async-storage react-native-safe-area-context react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view",
"start": "expo start",
"web": "expo start --web"
},
"prettier": "ory-prettier-styles",
"dependencies": {
"@expo-google-fonts/roboto": "0.2.3",
"@expo-google-fonts/rubik": "0.2.3",
"@expo/webpack-config": "19.0.0",
"@ory/client": "file:./contrib/sdk/generated",
"@ory/themes": "0.0.21",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@redtea/format-axios-error": "2.1.1",
"@sentry/integrations": "7.52.0",
"@sentry/react-native": "5.5.0",
"@types/node": "18.17.5",
"axios": "0.21.4",
"expo": "49.0.10",
"expo-application": "5.3.0",
"expo-auth-session": "5.0.2",
"expo-constants": "14.4.2",
"expo-device": "5.4.0",
"expo-linking": "5.0.2",
"expo-random": "13.2.0",
"expo-secure-store": "12.3.1",
"expo-status-bar": "1.6.0",
"expo-updates": "0.18.12",
"expo-web-browser": "12.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "17.0.1",
"react-native": "0.72.4",
"react-native-flash-message": "0.4.2",
"react-native-gesture-handler": "2.12.0",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "3.22.0",
"react-native-url-polyfill": "2.0.0",
"react-native-web": "0.19.6",
"sentry-expo": "7.0.1",
"styled-components": "5.2.2",
"url": "0.11.0"
},
"devDependencies": {
"@babel/core": "7.22.17",
"@types/react": "18.2.14",
"@types/react-native": "0.63.2",
"@types/styled-components": "5.1.9",
"@types/styled-components-react-native": "5.1.1",
"license-checker": "25.0.1",
"ory-prettier-styles": "1.3.0",
"prettier": "2.7.1",
"prettier-plugin-packagejson": "2.2.18",
"typescript": "5.1.3"
}
}