-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.95 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
{
"name": "printermanagement",
"version": "0.0.3",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"extract": "i18next-extractor -i src/ -o src/i18n/ -p src/i18n/ extract",
"merge": "i18next-extractor -i src/ -o src/i18n/ -p src/i18n/ merge"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-cookies/cookies": "^6.0.11",
"@react-native-picker/picker": "^2.2.1",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@reduxjs/toolkit": "^1.7.0",
"@types/react-native-fetch-blob": "^0.10.7",
"axios": "^0.24.0",
"i18next": "^20.3.0",
"lottie-ios": "3.2.3",
"lottie-react-native": "^5.0.1",
"moment": "^2.29.1",
"react": "17.0.2",
"react-i18next": "^11.9.0",
"react-native": "0.66.3",
"react-native-atomic-styles": "^0.0.1",
"react-native-calendar-picker": "^7.1.2",
"react-native-code-push": "^7.0.4",
"react-native-config": "^1.4.5",
"react-native-document-picker": "^8.0.0",
"react-native-expandable-slider": "^1.0.4",
"react-native-fetch-blob": "^0.10.8",
"react-native-flipper": "^0.125.0",
"react-native-gesture-handler": "^2.1.0",
"react-native-haptic-feedback": "^1.13.0",
"react-native-image-helper": "^0.0.3",
"react-native-keep-awake": "^4.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.2.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^12.1.1",
"react-native-text-gradient": "^0.1.7",
"react-native-toasty": "^2.0.0",
"react-native-vector-icons": "^9.0.0",
"react-redux": "^7.2.6",
"react3l-advanced-filters": "^6.0.0",
"react3l-axios-observable": "^6.0.0",
"react3l-common": "^6.0.0",
"react3l-decorators": "^6.0.0",
"react3l-localization": "^6.0.0",
"react3l-native-kit": "^0.1.0-rc.6",
"redux": "^4.1.2",
"redux-flipper": "^2.0.1",
"reflect-metadata": "^0.1.13",
"rn-redux-middleware-flipper": "^0.1.0",
"rxjs": "^7.4.0",
"victory-native": "^36.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.4",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.66.4",
"@types/react-native-keep-awake": "^2.0.3",
"@types/react-native-vector-icons": "^6.4.10",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"babel-jest": "^26.6.3",
"babel-plugin-inline-dotenv": "^1.6.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",
"eslint-plugin-react-hooks": "1.7.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"pod-install": "^0.1.29",
"postcss": "^8.4.5",
"react-native-css-module": "^1.0.0",
"react-native-postcss-transformer": "^1.2.4",
"react-native-sass-transformer": "^1",
"react-native-svg-transformer": "^0.14.3",
"react-native-svg-types": "^1.0.0",
"react-test-renderer": "17.0.2",
"react3l-cli": "^1.0.5",
"react3l-i18next-extractor": "^0.4.0",
"ts-nameof.macro": "^4.2.2",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}