-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
145 lines (145 loc) · 4.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
{
"name": "goodtags",
"version": "3.0.4",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only",
"format": "prettier --check .",
"ios": "react-native run-ios",
"log-android": "react-native log-android",
"log-ios": "react-native log-ios",
"pod": "pod --project-directory=ios install",
"port": "adb reverse tcp:8081 tcp:8081",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"clean": "react-native-clean-project",
"postinstall": "husky install",
"download-search-db": "ts-node ./scripts/downloadLatestSearchDb.ts",
"preandroid": "yarn run download-search-db",
"preios": "yarn run download-search-db",
"prepare": "husky && husky install",
"prestart": "yarn run download-search-db"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/slider": "^4.4.3",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^1.9.0",
"@shopify/flash-list": "^1.7.1",
"axios": "^1.6.2",
"expo": "^49.0.0",
"expo-asset": "~8.10.1",
"expo-file-system": "~15.4.5",
"expo-haptics": "~12.4.0",
"expo-sqlite": "~11.3.3",
"fast-xml-parser": "^4.0.12",
"html-entities": "^2.3.3",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-blob-util": "^0.19.11",
"react-native-device-info": "^10.12.0",
"react-native-document-picker": "^9.3.0",
"react-native-draggable-flatlist": "patch:react-native-draggable-flatlist@npm%3A4.0.1#~/.yarn/patches/react-native-draggable-flatlist-npm-4.0.1-4a95e98e27.patch",
"react-native-error-boundary": "^1.1.16",
"react-native-gesture-handler": "~2.12.0",
"react-native-paper": "^5.11.3",
"react-native-pdf": "^6.7.3",
"react-native-promise-rejection-utils": "^0.0.1",
"react-native-reanimated": "^3.14.0",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.33.0",
"react-native-share": "^11.0.3",
"react-native-sound": "^0.11.2",
"react-native-sound-player": "^0.13.2",
"react-native-vector-icons": "^10.1.0",
"react-native-webview": "13.2.2",
"react-native-youtube-iframe": "^2.2.2",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"semver": "^7.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-native": "^11.5.0",
"@tsconfig/react-native": "^3.0.0",
"@types/color": "^3.0.3",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.189",
"@types/node": "^20.12.7",
"@types/react": "^18.0.24",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"babel-jest": "^29.3.1",
"cross-env": "^7.0.3",
"depcheck": "^1.4.3",
"detox": "^20.1.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^9.1.4",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": ">=10",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"react-dom": "^18.2.0",
"react-native-clean-project": "^4.0.1",
"react-native-gradle-plugin": "^0.71.19",
"react-test-renderer": "^18.2.0",
"redux-mock-store": "^1.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=18"
},
"jest": {
"preset": "jest-expo",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"fakeTimers": {
"enableGlobally": true
},
"testTimeout": 5000,
"transform": {},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|redux-persist)"
],
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js"
],
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.ts"
],
"testPathIgnorePatterns": [
"<rootDir>/e2e"
]
},
"packageManager": "[email protected]"
}