-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.31 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
{
"private": true,
"main": "main.js",
"scripts": {
"checks": "node ./scripts/CheckSecretsExist.js && solidarity",
"start": "yarn checks && open https://www.inaturalist.org/users/api_token && expo start -c",
"test": "node_modules/.bin/jest test/**/*.spec.js"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.1.1",
"axios": "^0.26.0",
"babel-preset-expo": "~9.1.0",
"expo": "^45.0.6",
"expo-auth-session": "~3.6.1",
"expo-random": "~12.2.0",
"expo-web-browser": "~10.2.1",
"inaturalistjs": "github:inaturalist/inaturalistjs",
"lodash": "^4.17.21",
"lottie-react-native": "5.0.1",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-paper": "^4.11.2",
"react-native-paper-dates": "^0.8.7",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-navigation-header-buttons": "^9.0.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.4.1",
"rn-falcon-app-intro": "^1.3.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"detox": "^19.3.1",
"detox-expo-helpers": "^0.6.0",
"eslint": "^8.5.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-native": "^4.0.0",
"expo-detox-hook": "^1.0.10",
"flow-bin": "^0.168.0",
"flow-result-checker": "^1.1.0",
"jest-expo": "^45.0.0",
"jest-junit-reporter": "^1.1.0",
"react-native-testing-library": "^2.1.1",
"react-test-renderer": "^17.0.2",
"redux-devtools": "^3.7.0",
"redux-logger": "^3.0.6",
"solidarity": "^3.0.4",
"solidarity-react-native": "^2.1.2"
},
"detox": {
"test-runner": "jest",
"configurations": {
"ios.sim": {
"binaryPath": "bin/Exponent.app",
"type": "ios.simulator",
"name": "iPhone 6s Plus"
}
}
}
}