forked from madhavmansuriya40/fyle-mobile-app2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.04 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.04 KB
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
{
"name": "fyle-mobile-app2",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"appflow": "sh build_appflow.sh",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "npx jetify",
"format:check": "prettier --write ./src",
"prepare": "husky install"
},
"resolutions": {
"webpack": "^5.0.0"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.0.5",
"@angular/cdk": "^12.0.5",
"@angular/common": "~12.0.5",
"@angular/core": "~12.0.5",
"@angular/forms": "~12.0.5",
"@angular/google-maps": "^12.2.2",
"@angular/material": "^12.0.5",
"@angular/platform-browser": "~12.0.5",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/router": "~12.0.5",
"@auth0/angular-jwt": "^5.0.1",
"@capacitor-community/camera-preview": "^1.2.1",
"@capacitor/android": "^2.4.0",
"@capacitor/core": "2.4.0",
"@capacitor/ios": "^2.4.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/google-plus": "^5.28.0",
"@ionic-native/image-picker": "^5.29.0",
"@ionic-native/in-app-browser": "^5.28.0",
"@ionic-native/screen-orientation": "^5.30.0",
"@ionic-native/spinner-dialog": "^5.36.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.6.9",
"@ionic/pwa-elements": "^3.0.1",
"@sentry/angular": "^6.15.0",
"@sentry/cli": "^1.71.0",
"@sentry/tracing": "^6.15.0",
"@types/googlemaps": "^3.43.2",
"@types/hammerjs": "^2.0.39",
"cordova-plugin-decimal-key": "^1.2.2",
"cordova-plugin-googleplus": "^8.5.0",
"cordova-plugin-inappbrowser": "^4.0.0",
"cordova-plugin-ios-decimal-keyboard": "^1.0.1",
"cordova-plugin-native-spinner": "^1.1.3",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-telerik-imagepicker": "^2.3.5",
"dotenv": "^10.0.0",
"es6-promise-plugin": "^4.2.2",
"hammerjs": "^2.0.8",
"jetifier": "^1.6.6",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"ng2-pdf-viewer": "^6.3.2",
"ngx-image-cropper": "^5.0.1",
"ngx-pinch-zoom": "^2.5.4",
"rxjs": "~6.5.5",
"swiper": "^7.0.6",
"ts-cacheable": "^1.0.1",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.5",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "~12.0.5",
"@angular/compiler": "~12.0.5",
"@angular/compiler-cli": "~12.0.5",
"@angular/language-service": "~12.0.5",
"@capacitor/cli": "2.4.0",
"@ionic/angular-toolkit": "^4.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.162",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "^7.26.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-max-params-no-constructor": "^0.0.4",
"eslint-plugin-prefer-arrow": "latest",
"husky": "^7.0.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.2.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"
}
}