-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "custom-sign-in",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@okta/configuration-validation": "^1.0.0",
"@okta/okta-react-native": "~2.9.1",
"@react-native/codegen": "^0.72.7",
"@react-native/gradle-plugin": "^0.72.11",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.8.9",
"@react-navigation/stack": "^5.12.6",
"events": "^3.2.0",
"expo": "^49.0.11",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "^0.71.8",
"react-native-dotenv": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^26.6.3",
"eslint": "^7.22.0",
"eslint-plugin-jest": "^24.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.22.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.76.1",
"react-test-renderer": "18.2.0"
},
"resolutions": {
"react-native/**/unset-value": "^2.0.1"
},
"jest": {
"preset": "react-native"
}
}