-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
156 lines (156 loc) · 5.84 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "seek",
"version": "2.16.3",
"description": "Seek by iNaturalist repo",
"private": true,
"scripts": {
"android": "npx react-native run-android",
"android:release": "npx react-native run-android --mode release",
"ios": "npx react-native run-ios --mode Debug",
"ios:release": "npx react-native run-ios --device --mode Release",
"start": "npx react-native start",
"clean": "./scripts/clean.sh",
"clean-start": "npx react-native clean-project-auto && npx pod-install && npm start -- --reset-cache",
"lint": "npm run lint:eslint",
"lint:eslint": "eslint .",
"lint:flow": "flow check",
"test": "TZ=UTC jest",
"test:watch": "TZ=UTC jest --watch",
"prepare": "husky install",
"postinstall": "patch-package",
"e2e:build": "npx detox build --configuration ios.sim.release",
"e2e:test": "npx detox test --configuration ios.sim.release",
"e2e": "npm run e2e:build && npm run e2e:test",
"add-example-model": "node scripts/add-example-model.js"
},
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.7",
"@formidable-webview/webshell": "^2.6.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-camera-roll/camera-roll": "^5.9.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-native-picker/picker": "^2.5.0",
"@react-native/normalize-color": "^2.1.0",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@shopify/flash-list": "^1.6.3",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"fbjs": "^3.0.5",
"geolib": "^3.3.4",
"i18n-js": "^4.3.2",
"inaturalistjs": "github:inaturalist/inaturalistjs",
"react": "18.2.0",
"react-native": "0.73.8",
"react-native-check-app-install": "github:redpandatronicsuk/react-native-check-app-install",
"react-native-check-box": "^2.1.7",
"react-native-device-info": "^10.12.0",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.18.0",
"react-native-geocoder": "git+https://github.com/a-voityuk/react-native-geocoder.git",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.16.2",
"react-native-image-marker": "^1.2.0",
"react-native-inat-camera": "github:inaturalist/react-native-inat-camera",
"react-native-jwt-io": "^1.0.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.0.6",
"react-native-logs": "^5.0.1",
"react-native-mail": "^6.1.1",
"react-native-maps": "^1.7.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-orientation-locker": "github:wonday/react-native-orientation-locker",
"react-native-pager-view": "^6.2.1",
"react-native-picker-select": "8.0.4",
"react-native-progress-circle": "^2.1.0",
"react-native-quick-actions": "^0.3.13",
"react-native-reanimated": "^3.11.0",
"react-native-render-html": "^5.1.0",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.31.1",
"react-native-send-intent": "^1.3.0",
"react-native-share": "^9.4.1",
"react-native-simple-radio-button": "^2.7.4",
"react-native-store-review": "^0.4.3",
"react-native-svg": "13.9.0",
"react-native-svg-charts": "github:jtklein/react-native-svg-charts#dev",
"react-native-tab-view": "^3.5.2",
"react-native-uuid-generator": "^6.1.1",
"react-native-vision-camera": "4.0.5",
"react-native-webp-format": "^1.2.0",
"react-native-webview": "^11.26.1",
"react-native-worklets-core": "1.3.3",
"realm": "^12.5.1",
"vision-camera-plugin-inatvision": "github:inaturalist/vision-camera-plugin-inatvision"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-flow": "^7.14.5",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.6",
"@types/react-native-check-box": "^2.1.6",
"@types/react-native-simple-radio-button": "^2.7.7",
"@types/react-native-svg-charts": "^5.0.16",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"detox": "^20.17.1",
"download": "^8.0.0",
"eslint": "^8.56.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-testing-library": "^6.2.0",
"flow-bin": "^0.158.0",
"husky": "^8.0.3",
"jest": "^29.6.3",
"patch-package": "^8.0.0",
"prettier": "^3.2.2",
"react-native-clean-project": "^4.0.3",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?@react-native|react-native|@react-native-community|@react-navigation|i18n-js)"
],
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js",
"<rootDir>/tests/jest.setup.js"
],
"setupFilesAfterEnv": [
"@testing-library/react-native/extend-expect"
],
"testMatch": [
"<rootDir>/tests/**/*.test.js"
]
},
"engines": {
"node": ">=18"
}
}