All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "aktienbot",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --configuration production --build-optimizer",
|
|
"watch": "ng build --configuration development --watch",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"compodoc": "npx compodoc -p tsconfig.doc.json"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~15.0.0",
|
|
"@angular/cdk": "^15.0.0",
|
|
"@angular/common": "~15.0.0",
|
|
"@angular/compiler": "~15.1.0",
|
|
"@angular/core": "~15.0.0",
|
|
"@angular/forms": "~15.0.0",
|
|
"@angular/material": "^15.0.0",
|
|
"@angular/platform-browser": "~15.0.0",
|
|
"@angular/platform-browser-dynamic": "~15.0.0",
|
|
"@angular/router": "~15.0.0",
|
|
"bootstrap": "^5.1.3",
|
|
"ngx-cron-editor": "^0.7.3",
|
|
"rxjs": "~7.6.0",
|
|
"tslib": "^2.4.0",
|
|
"zone.js": "~0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~15.0.0",
|
|
"@angular-eslint/builder": "15.1.0",
|
|
"@angular-eslint/eslint-plugin": "15.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
|
"@angular-eslint/schematics": "15.1.0",
|
|
"@angular-eslint/template-parser": "15.1.0",
|
|
"@angular/cli": "~15.0.0",
|
|
"@angular/compiler-cli": "~15.0.0",
|
|
"@types/jasmine": "~4.3.0",
|
|
"@types/node": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "5.46.1",
|
|
"@typescript-eslint/parser": "5.46.1",
|
|
"eslint": "^8.15.0",
|
|
"jasmine-core": "~4.5.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
"typescript": "~4.9.0"
|
|
}
|
|
}
|