-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
157 lines (157 loc) · 5.64 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
157
{
"name": "fyle-mobile-app2",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && npm run sentry:sourcemaps",
"appflow": "sh build_appflow.sh",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test-basic": "ng test",
"test:no-parallel": "ng test",
"lint": "eslint -c .eslintrc.json",
"e2e": "ng e2e",
"postinstall": "npx jetify",
"format:check": "prettier --write ./src",
"prepare": "husky install",
"lint:diff": "eslint -c .eslintrc.json $(git diff --name-only --diff-filter=ACMRTUXB origin/$GITHUB_BASE_REF | grep -E \"(.js$|.ts$|.tsx$)\")",
"lint:diff:local": "eslint --fix -c .eslintrc.json $(git diff --name-only --diff-filter=ACMRTUXB origin/master | grep -E '(.js$|.ts$|.tsx$)')",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org fyle-technologies-private-limi --project fyle-mobile-app-prod ./www && sentry-cli sourcemaps upload --org fyle-technologies-private-limi --project fyle-mobile-app-prod ./www"
},
"resolutions": {
"webpack": "^5.0.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.12",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.12",
"@angular/core": "^13.3.12",
"@angular/forms": "^13.3.12",
"@angular/google-maps": "^13.3.9",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "^13.3.12",
"@angular/platform-browser-dynamic": "^13.3.12",
"@angular/router": "^13.3.12",
"@auth0/angular-jwt": "^5.0.2",
"@awesome-cordova-plugins/core": "^6.2.0",
"@awesome-cordova-plugins/google-plus": "^6.2.0",
"@awesome-cordova-plugins/image-picker": "^6.2.0",
"@awesome-cordova-plugins/in-app-browser": "^6.2.0",
"@awesome-cordova-plugins/smartlook": "^6.2.0",
"@awesome-cordova-plugins/spinner-dialog": "^6.2.0",
"@capacitor-community/camera-preview": "^4.0.0",
"@capacitor/android": "^4.6.1",
"@capacitor/app": "^4.1.1",
"@capacitor/browser": "^4.1.0",
"@capacitor/camera": "^4.1.4",
"@capacitor/clipboard": "^4.1.0",
"@capacitor/core": "^4.6.1",
"@capacitor/device": "^4.1.0",
"@capacitor/geolocation": "^4.1.0",
"@capacitor/haptics": "^4.1.0",
"@capacitor/ios": "^4.6.1",
"@capacitor/keyboard": "^4.1.0",
"@capacitor/network": "^4.1.0",
"@capacitor/preferences": "^4.0.2",
"@capacitor/splash-screen": "^4.1.2",
"@capacitor/status-bar": "^4.1.1",
"@capacitor/text-zoom": "^4.1.0",
"@googlemaps/js-api-loader": "^1.16.1",
"@ionic/angular": "^6.1.5",
"@ionic/core": "^6.1.5",
"@ionic/pwa-elements": "^3.1.1",
"@sentry/angular": "^7.118.0",
"@sentry/cli": "^2.33.0",
"@sentry/tracing": "^7.1.1",
"@types/google.maps": "^3.49.2",
"@types/hammerjs": "^2.0.41",
"capacitor-native-settings": "^4.0.3",
"capacitor-secure-storage-plugin": "^0.8.1",
"cordova-plugin-googleplus": "^8.5.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic": "^5.5.3",
"cordova-plugin-native-spinner": "^1.1.4",
"cordova-plugin-smartlook": "github:smartlook/cordova-smartlook",
"cordova-plugin-telerik-imagepicker": "github:VerianMobile/ImagePicker",
"dayjs": "^1.11.7",
"deep-freeze-strict": "^1.1.1",
"dotenv": "^16.0.1",
"hammerjs": "^2.0.8",
"heic2any": "^0.0.3",
"jetifier": "^2.0.0",
"launchdarkly-js-client-sdk": "^2.22.1",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.55.0",
"ng-otp-input": "^1.9.3",
"ng2-pdf-viewer": "^9.0.0",
"ngx-image-cropper": "^6.1.0",
"ngx-mask": "^13.1.15",
"ngx13-pinch-zoom": "^3.0.0",
"rxjs": "^7.5.5",
"swiper": "^8.2.4",
"ts-cacheable": "^1.0.9",
"tslib": "^2.4.0",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.10",
"@angular-eslint/builder": "^13.5.0",
"@angular-eslint/eslint-plugin": "^13.5.0",
"@angular-eslint/eslint-plugin-template": "^13.5.0",
"@angular-eslint/schematics": "^13.5.0",
"@angular-eslint/template-parser": "^13.5.0",
"@angular/cli": "^13.3.10",
"@angular/compiler": "^13.3.12",
"@angular/compiler-cli": "^13.3.12",
"@angular/language-service": "^13.3.12",
"@capacitor/cli": "^4.6.1",
"@ionic/angular-toolkit": "^6.1.0",
"@types/deep-freeze-strict": "^1.1.2",
"@types/jasmine": "^4.0.3",
"@types/jasminewd2": "^2.0.10",
"@types/lodash": "^4.14.162",
"@types/mixpanel-browser": "^2.49.1",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "^8.2.0",
"eslint-plugin-custom-rules": "file:eslint-custom-rules",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-max-params-no-constructor": "^0.0.4",
"eslint-plugin-prefer-arrow": "latest",
"husky": "^7.0.2",
"jasmine-core": "^4.1.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-parallel": "^0.3.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.5.4"
},
"description": "An Ionic project",
"config": {
"ionic_generate_source_map": "true"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true
},
"lint-staged": {
"*.{ts,scss,html}": "prettier --write"
}
}