You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digitalisation_EPA_Client/package.json

54 lines
1.6 KiB

4 years ago
{
"name": "epaclient",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --Host 0.0.0.0 --poll",
4 years ago
"build": "ng build",
"build-prod": "ng build --configuration production",
4 years ago
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"compodoc": "npx compodoc -p tsconfig.compodoc.json src"
4 years ago
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "^6.0.3",
"@angular/animations": "~12.2.12",
3 years ago
"@angular/cdk": "^12.2.12",
"@angular/common": "~12.2.12",
"@angular/compiler": "~12.2.12",
"@angular/core": "~12.2.12",
"@angular/forms": "~12.2.12",
3 years ago
"@angular/material": "^12.2.12",
"@angular/platform-browser": "~12.2.12",
"@angular/platform-browser-dynamic": "~12.2.12",
"@angular/router": "~12.2.12",
"angular-oauth2-oidc": "^10.0.3",
"rxjs": "~6.6.3",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
4 years ago
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.12",
"@angular/cli": "~12.2.12",
"@angular/compiler-cli": "~12.2.12",
3 years ago
"@compodoc/compodoc": "^1.1.15",
"@types/jasmine": "~3.6.3",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.25",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.7",
4 years ago
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
4 years ago
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "^6.1.3",
"typescript": "~4.3.5"
4 years ago
}
}