-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.63 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
{
"name": "net.vieapps.portals",
"version": "9.2501.1",
"author": "VIEApps.net",
"homepage": "https://cms.vieapps.net/",
"description": "Manage information and related services of CMS Portals",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@capacitor/core": "^2.5.0",
"@ckeditor/ckeditor5-angular": "^2.0.2",
"@ionic-native/app-version": "^5.36.0",
"@ionic-native/clipboard": "^5.36.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/crop": "^5.36.0",
"@ionic-native/device": "^5.36.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/file-transfer": "^5.36.0",
"@ionic-native/google-analytics": "^5.36.0",
"@ionic-native/image-picker": "^5.36.0",
"@ionic-native/in-app-browser": "^5.36.0",
"@ionic-native/keyboard": "^5.36.0",
"@ionic-native/qr-scanner": "^5.36.0",
"@ionic-native/splash-screen": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular": "^5.9.4",
"@ionic/storage": "^2.3.1",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"angular2-qrcode": "^2.0.3",
"cordova-android": "^10.1.2",
"cordova-browser": "^6.0.0",
"cordova-clipboard": "^1.3.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-crop": "^0.4.0",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-google-analytics": "^1.9.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-whitelist": "^1.3.5",
"core-js": "^3.23.5",
"crypto-js": "^4.1.1",
"deepmerge": "^4.2.2",
"hammerjs": "^2.0.8",
"linqts": "^1.14.4",
"ng2-completer": "9.0.1",
"ngx-electron": "^2.2.0",
"ngx-image-cropper": "^5.0.1",
"ngx-translate-multi-http-loader": "^3.0.0",
"platform": "^1.3.6",
"rxjs": "^6.6.7",
"tslib": "^2.4.0",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1102.19",
"@angular-devkit/build-angular": "^0.1102.19",
"@angular-devkit/core": "^11.2.19",
"@angular-devkit/schematics": "^11.2.19",
"@angular/cli": "^11.2.19",
"@angular/compiler": "^11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "^11.2.14",
"@capacitor/cli": "^2.5.0",
"@ionic/angular-toolkit": "^3.1.1",
"@ionic/lab": "^3.2.10",
"@types/crypto-js": "4.0.2",
"@types/node": "^17.0.45",
"codelyzer": "^6.0.2",
"electron": "^13.6.9",
"protractor": "^7.0.0",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"typescript": "^4.1.6"
},
"browser": {
"crypto": false
},
"cordova": {
"plugins": {
"cordova-clipboard": {},
"cordova-plugin-add-swift-support": {},
"cordova-plugin-app-version": {},
"cordova-plugin-crop": {},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-google-analytics": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {}
},
"platforms": [
"browser",
"ios",
"android"
]
}
}