-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
92 lines (92 loc) · 2.99 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
{
"name": "cyclos4-ui",
"displayName": "Cyclos 4 UI",
"description": "The new Cyclos 4 frontend",
"icon": "cyclos.png",
"version": "4.16.13",
"license": "MIT",
"author": {
"name": "Cyclos development team",
"email": "[email protected]",
"url": "https://www.cyclos.org"
},
"scripts": {
"ng": "ng",
"ng-openapi-gen": "ng-openapi-gen",
"ng-translation-gen": "ng-translation-gen",
"merge-translations": "ng-translation-gen --merge",
"generate-icons": "node tools/generate-icons.js",
"generate": "ng-openapi-gen && ng-translation-gen && npm run generate-icons",
"prepare-build": "npm run generate",
"start": "npm run generate && ng serve --host 0.0.0.0 --proxy-config proxy.json",
"build": "npm run prepare-build && npm run ng-build",
"analyze": "npm run prepare-build && ng build --configuration production --stats-json && webpack-bundle-analyzer --port 9200 dist/ui/stats.json",
"lint": "npm run ng -- lint",
"ng-build": "ng build --configuration production",
"ng-build-dev": "ng build --source-map=false",
"ng-build-dev-sm": "ng build --source-map=true"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.2",
"@angular/cdk": "^13.3.2",
"@angular/common": "^13.3.2",
"@angular/compiler": "^13.3.2",
"@angular/core": "^13.3.2",
"@angular/forms": "^13.3.2",
"@angular/platform-browser": "^13.3.2",
"@angular/platform-browser-dynamic": "^13.3.2",
"@angular/router": "^13.3.2",
"@googlemaps/loader": "^0.0.10",
"autosize": "^5.0.2",
"b64-to-blob": "^1.2.19",
"bootstrap": "~4.6.1",
"configurable-date-input-polyfill": "^3.1.5",
"core-js": "^3.21.1",
"downloadjs": "^1.4.7",
"hammerjs": "^2.0.8",
"jquery": "^3.6.3",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"lscache": "^1.3.2",
"moment-mini-ts": "^2.20.1",
"ng-event-source": "^1.0.14",
"ng-recaptcha": "^9.0.0",
"ngx-bootstrap": "^7.1.2",
"ngx-gallery-9": "^1.0.6",
"ngx-webcam": "^0.4.1",
"popper.js": "^1.16.1",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.1",
"rxjs": "^6.6.7",
"tslib": "^2.3.1",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.2",
"@angular/cli": "^13.3.2",
"@angular/compiler-cli": "^13.3.2",
"@angular/language-service": "^13.3.2",
"@types/autosize": "^4.0.1",
"@types/downloadjs": "^1.4.3",
"@types/google-maps": "^3.2.3",
"@types/js-cookie": "^3.0.1",
"@types/lodash-es": "^4.17.6",
"@types/lscache": "^1.3.1",
"@types/markerclustererplus": "^2.1.33",
"@types/node": "^12.20.47",
"@types/qrcode": "^1.5.0",
"bootstrap-icons": "^1.10.3",
"codelyzer": "^6.0.2",
"file-loader": "^6.2.0",
"ng-openapi-gen": "^0.24.0",
"ng-translation-gen": "^0.6.1",
"tar": "^6.1.13",
"ts-node": "~7.0.1",
"tslint": "^6.1.3",
"typescript": "4.6.3",
"upup": "^1.1.0",
"webpack-bundle-analyzer": "^4.7.0",
"xmldom": "^0.6.0"
}
}