-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
133 lines (133 loc) · 4.33 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
{
"name": "MobileWeather",
"version": "4.2.2",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest --verbose",
"lint": "tsc --noEmit && eslint .",
"lint-fix": "eslint --fix .",
"lint:js": "eslint .",
"lint:ts": "tsc --noEmit",
"prepare": "husky install",
"e2e:test:ios": "detox test -c ios",
"e2e:test:android": "detox test -c android",
"e2e:build:ios": "detox build -c ios",
"e2e:build:android": "detox build -c android",
"buildAndroidRelease": "cd android && ./gradlew clean bundleRelease",
"server": "cd mockserver && node server.mjs",
"server:watch": "cd mockserver && nodemon server.mjs"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-native-community/geolocation": "^3.4.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.3.1",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@types/supercluster": "^5.0.3",
"axios": "^1.6.8",
"axios-cache-interceptor": "^1.5.3",
"fast-xml-parser": "^3.21.1",
"geolib": "^3.3.3",
"i18next": "^23.10.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"react": "18.2.0",
"react-i18next": "^11.18.6",
"react-native": "0.74.3",
"react-native-config": "1.5.1",
"react-native-default-preference": "^1.4.4",
"react-native-gesture-handler": "^2.18.1",
"react-native-haptic-feedback": "^1.13.1",
"react-native-launch-arguments": "^4.0.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "^1.18.0",
"react-native-permissions": "^4.1.5",
"react-native-raw-bottom-sheet": "^2.2.1",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.34.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^15.4.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.12.2",
"react-redux": "^8",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.0",
"reselect": "^4.1.4",
"supercluster": "^7.1.4",
"victory-native": "^36.9.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@testing-library/react-native": "^8.0.0",
"@types/jest": "^29.5.12",
"@types/proj4": "^2.5.2",
"@types/react": "^18.2.6",
"@types/react-native": "0.71.3",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-redux": "^7.1.33",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"detox": "^20.27.3",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ft-flow": "^3.0.7",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.1.0",
"express": "^4.21.1",
"husky": "^7.0.4",
"ip": "^2.0.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"lint-staged": "^12.1.2",
"prettier": "2.8.8",
"react-native-codegen": "0.71.6",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint"
]
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"/node_modules/",
"/e2e/"
],
"transform": {
"/node_modules/react-native-config/index.js": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native(-.*)?|@react-native(-community)?)/)"
],
"testRegex": ".*\\.test\\.ts.*$"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]"
}