-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 3.35 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
{
"name": "waiterrobot-web",
"version": "1.9.2",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr",
"start:lava": "ng serve --configuration lava --hmr",
"build:prod": "rm -rf ./dist/WaiterRobot-Web/ && mkdir -p ./dist/WaiterRobot-Web && ng build --configuration production && cp ./LICENSE ./dist/WaiterRobot-Web/",
"build:lava": "rm -rf ./dist/WaiterRobot-Web/ && mkdir -p ./dist/WaiterRobot-Web && ng build --configuration lava && cp ./LICENSE ./dist/WaiterRobot-Web/",
"build:local": "rm -rf ./dist/WaiterRobot-Web/ && mkdir -p ./dist/WaiterRobot-Web && ng build --configuration local && cp ./LICENSE ./dist/WaiterRobot-Web/",
"build:stats": "rm -rf ./dist/WaiterRobot-Web/ && mkdir -p ./dist/WaiterRobot-Web && ng build --stats-json",
"analyze": "npm run build:stats && source-map-explorer dist/WaiterRobot-Web/**/*.js",
"tsc:check": "tsc",
"ci": "pnpm format",
"format:check": "prettier --check .",
"format": "prettier --write .",
"e2e": "ng e2e",
"api:types": "openapi-typescript http://localhost:8080/api/swagger/docs-json -o ./src/app/_shared/api/api-types.ts && prettier --write ./src/app/_shared/api/api-types.ts",
"api:types:lava": "openapi-typescript https://lava.kellner.team/api/swagger/docs-json -o ./src/app/_shared/api/api-types.ts && prettier --write ./src/app/_shared/api/api-types.ts"
},
"packageManager": "[email protected]",
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular/animations": "18.2.13",
"@angular/cdk": "18.2.14",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/localize": "18.2.13",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@jsverse/transloco": "7.5.0",
"@micro-sentry/angular": "^7.0.2",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ng-select/ng-select": "^13.0.0",
"@ngrx/operators": "^18.1.1",
"@ngrx/signals": "^18.1.1",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-charts": "21.0.0",
"bootstrap": "5.3.2",
"d3-shape": "3.2.0",
"dfts-helper": "1.1.2",
"dfx-bootstrap-icons": "2.1.0",
"dfx-bootstrap-table": "4.0.1",
"dfx-helper": "8.0.1",
"dfx-openapi": "^0.0.2",
"dfx-qrcode": "3.0.1",
"html-to-image": "1.11.11",
"jspdf": "2.5.2",
"ng2-pdfjs-viewer": "^18.0.0",
"ngx-print": "^1.5.1",
"ngxtension": "4.1.0",
"rxjs": "7.8.1",
"tinycolor2": "^1.6.0",
"tslib": "2.6.3",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/d3-scale": "4.0.8",
"@types/d3-selection": "3.0.11",
"@types/d3-shape": "^3.1.1",
"@types/jasmine": "5.1.5",
"@types/node": "^22.0.0",
"@types/tinycolor2": "^1.4.6",
"jasmine-core": "5.4.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"license-report": "^6.4.0",
"openapi-typescript": "^7.4.2",
"prettier": "3.4.1",
"prettier-plugin-organize-attributes": "^1.0.0",
"source-map-explorer": "2.5.3",
"typescript": "5.5.4"
}
}