-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.45 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
{
"name": "MashreqAssesment",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@redux-saga/testing-utils": "^1.1.5",
"@reduxjs/toolkit": "^2.0.1",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.11",
"@types/react-redux": "^7.1.33",
"@types/styled-components": "^5.1.34",
"add": "^2.0.6",
"axios": "^1.6.5",
"i18next": "^23.7.16",
"react": "18.2.0",
"react-i18next": "^14.0.0",
"react-native": "0.73.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0",
"react-native-secure-key-store": "^2.0.10",
"react-native-svg": "^14.1.0",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"styled-components": "^6.1.8",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.19",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/typescript-config": "0.73.1",
"@types/": "react-navigation/native",
"@types/react": "^18.2.47",
"@types/react-query": "^1.2.9",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"husky": "^8.0.3",
"jest": "^29.6.3",
"lint-staged": "^15.2.0",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": "npm run lint:fix"
},
"engines": {
"node": ">=18"
}
}