You've already forked gnatdashboard
mirror of
https://github.com/AdaCore/gnatdashboard.git
synced 2026-02-12 12:30:42 -08:00
This commit transition the application to Angular 13, and refactors the
build process to use the Angular CLI instead of hacking a webpack config.
It also removes a lot of things: junk code, or features that are no longer
needed, like the following:
* The Codepeer history view of the various runs is removed
* The refresh review / add review buttons with their associated dialog
are removed
Change-Id: I8adb19aa2ec8303aa23bd38a916fac35947ee69a
Depends-On: Ie50b0def8c0c2485f890eb46317b53b62b4382dd
TN: V316-059
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "webui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --configuration production && node postbuild.js",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"lint": "ng lint"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^14.1.0",
|
|
"@angular/cdk": "^13.1.1",
|
|
"@angular/common": "^14.1.0",
|
|
"@angular/compiler": "^14.1.0",
|
|
"@angular/core": "^14.1.0",
|
|
"@angular/forms": "^14.1.0",
|
|
"@angular/material": "^13.1.1",
|
|
"@angular/platform-browser": "^14.1.0",
|
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
"@angular/router": "^14.1.0",
|
|
"bootstrap": "^3.3.7",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"d3-scale": "^4.0.2",
|
|
"ngx-highlightjs": "^6.1.2",
|
|
"rxjs": "~7.4.0",
|
|
"sax": "^1.2.4",
|
|
"stream-browserify": "^3.0.0",
|
|
"timers-browserify": "^2.0.12",
|
|
"tslib": "^2.3.0",
|
|
"xml2js": "^0.4.23",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^14.1.0",
|
|
"@angular-eslint/builder": "13.0.1",
|
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
"@angular-eslint/template-parser": "13.0.1",
|
|
"@angular/cli": "^14.1.0",
|
|
"@angular/compiler-cli": "^14.1.0",
|
|
"@types/jasmine": "~3.10.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "5.3.0",
|
|
"@typescript-eslint/parser": "5.3.0",
|
|
"eslint": "^8.2.0",
|
|
"jasmine-core": "~3.10.0",
|
|
"karma": "^6.3.20",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
|
"typescript": "4.7.4",
|
|
"util": "^0.12.4"
|
|
}
|
|
}
|