This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.83 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
{
"name": "@wooportal/client",
"description": "client for wooportal - conventional event mapping",
"homepage": "https://wooportal.app",
"version": "0.4.2",
"author": {
"name": "codeschluss",
"email": "[email protected]",
"url": "https://www.codeschluss.de"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/wooportal/client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wooportal/client"
},
"browserslist": [
"last 5 Chrome version",
"last 5 Firefox version",
"last 5 Edge major versions",
"last 5 Safari major versions",
"last 5 iOS major versions",
"Firefox ESR",
"IE 11",
"not ios_saf 15.2-15.3",
"not safari 15.2-15.3"
],
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-firebase-messaging": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "false"
},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-support-base-href": {},
"cordova-support-firebase-messaging": {}
},
"platforms": [
"android",
"browser",
"ios"
]
},
"scripts": {
"build": "ng run",
"cordova": "cordova",
"ngsw": "ngsw-config",
"start": "ng run @wooportal/client:start",
"swagger": "ng-swagger-gen -c swagger.json",
"test": "ng lint && ng test"
},
"dependencies": {
"@angular/animations": "12.2.16",
"@angular/cdk": "12.2.13",
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@angular/forms": "12.2.16",
"@angular/material": "12.2.13",
"@angular/platform-browser": "12.2.16",
"@angular/platform-browser-dynamic": "12.2.16",
"@angular/platform-server": "12.2.16",
"@angular/router": "12.2.16",
"@angular/service-worker": "12.2.16",
"@fortawesome/angular-fontawesome": "0.10.1",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@nguniversal/common": "12.1.3",
"@nguniversal/express-engine": "12.1.3",
"@ngx-pwa/local-storage": "12.1.0",
"@types/estree": "1.0.0",
"color-convert": "2.0.1",
"express": "4.17.3",
"express-robots-txt": "1.0.0",
"rxjs": "7.5.4",
"tslib": "2.3.1",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.16",
"@angular/cli": "12.2.16",
"@angular/compiler-cli": "12.2.16",
"@ckeditor/ckeditor5-angular": "2.0.2",
"@ckeditor/ckeditor5-build-inline": "32.0.0",
"@nguniversal/builders": "12.1.3",
"@swimlane/ngx-charts": "19.2.0",
"cordova": "11.0.0",
"cordova-android": "10.1.1",
"cordova-browser": "6.0.0",
"cordova-ios": "6.2.0",
"cordova-plugin-androidx": "3.0.0",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-firebase-analytics": "6.1.0",
"cordova-plugin-firebase-messaging": "6.1.0",
"cordova-plugin-geolocation": "4.1.0",
"cordova-plugin-network-information": "3.0.0",
"cordova-plugin-splashscreen": "6.0.0",
"cordova-plugin-whitelist": "1.3.5",
"cordova-support-android-plugin": "1.0.2",
"cordova-support-base-href": "res/cordova/base-href",
"cordova-support-firebase-messaging": "res/cordova/firebase-messaging",
"cordova-support-google-services": "1.4.1",
"elm-pep": "1.0.6",
"moment": "2.29.1",
"ng-swagger-gen": "2.3.1",
"ngx-openlayers": "1.0.0-next.19",
"normalize.css": "8.0.1",
"ol": "6.5.0",
"smooth-polyline": "1.0.8",
"typescript": "4.3.5"
},
"optionalDependencies": {
"@types/cordova": "0.0.34",
"@types/express": "4.17.13",
"@types/node": "17.0.21",
"codelyzer": "6.0.2",
"ios-deploy": "1.11.4",
"tslint": "6.1.0"
}
}