-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.32 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
{
"name": "ionic5fullapp_final",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc --properties es5 browser module main --first-only"
},
"config": {
"ionic_source_map": "source-map",
"ionic_bundler": "webpack",
"ionic_source_map_type": "#inline-source-map"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.7",
"@angular/common": "^12.2.7",
"@angular/core": "^12.2.7",
"@angular/fire": "^5.4.1",
"@angular/forms": "^12.2.7",
"@angular/platform-browser": "^12.2.7",
"@angular/platform-browser-dynamic": "^12.2.7",
"@angular/platform-server": "^12.2.7",
"@angular/router": "^12.2.7",
"@ionic-native/android-permissions": "^5.36.0",
"@ionic-native/base64-to-gallery": "^5.36.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/social-sharing": "^5.36.0",
"@ionic/angular": "5.8.1",
"@ionic/storage": "^2.3.1",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@techiediaries/ngx-qrcode": "^9.1.0",
"canvas": "^2.8.0",
"chart.js": "^2.9.3",
"cordova-browser": "5.0.4",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-email-composer": "^0.10.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-save-image-gallery": "^0.0.26",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"core-js": "^3.18.0",
"crypto-js": "^4.1.1",
"file-saver": "^2.0.5",
"firebase": "^7.14.3",
"ionic-native": "^2.9.0",
"ionic4-rating": "^1.0.9",
"jquery": "^3.6.0",
"jsqr": "^1.4.0",
"ng2-charts": "^2.3.2",
"ngx-qrcode-svg": "^2.0.0",
"ngx-qrcode2": "^9.0.0",
"npm-install-peers": "^1.2.2",
"rxjs": "^7.3.0",
"sw-toolbox": "3.6.0",
"tslib": "^1.9.0",
"tui-image-editor": "^3.15.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.7",
"@angular/cli": "^12.2.7",
"@angular/compiler": "^12.2.7",
"@angular/compiler-cli": "^12.2.7",
"@angular/language-service": "^12.2.7",
"@ionic-native/core": "^5.36.0",
"@ionic-native/google-maps": "^5.5.0",
"@ionic-native/splash-screen": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular-toolkit": "^4.0.0",
"@types/jasmine": "^3.9.1",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "^27.0.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.3",
"codelyzer": "^6.0.2",
"com-badrit-base64": "^0.2.0",
"cordova-android": "^9.1.0",
"cordova-androidx-build": "^1.0.4",
"cordova-base64-to-gallery": "^4.1.3",
"cordova-plugin-android-permissions": "^1.1.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-x-socialsharing": "^6.0.3",
"cordova-sqlite-storage": "^6.0.0",
"es6-promise-plugin": "^4.2.2",
"html-webpack-plugin": "^5.3.2",
"jasmine-core": "^3.9.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"phonegap-plugin-barcodescanner": "^8.1.0",
"protractor": "^7.0.0",
"rxjs-tslint": "^0.1.8",
"ts-node": "~7.0.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0",
"webpack-dev-middleware": "^5.2.1",
"webpack-dev-server": "^4.3.0"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-sqlite-storage": {},
"phonegap-plugin-barcodescanner": {},
"cordova-base64-to-gallery": {},
"com-badrit-base64": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-file": {},
"cordova-plugin-android-permissions": {}
},
"platforms": [
"browser"
]
}
}