TelegramAktienBot/frontend/package.json

54 lines
1.6 KiB
JSON
Raw Normal View History

2022-03-15 10:15:06 +00:00
{
"name": "aktienbot",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
2022-09-18 13:24:22 +00:00
"build": "ng build --configuration production --build-optimizer",
"watch": "ng build --configuration development --watch",
"test": "ng test",
2022-05-03 08:59:36 +00:00
"lint": "ng lint",
"compodoc": "npx compodoc -p tsconfig.doc.json"
2022-03-15 10:15:06 +00:00
},
"private": true,
"dependencies": {
"@angular/animations": "~14.2.0",
2022-11-16 21:28:24 +00:00
"@angular/cdk": "^15.0.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
2022-09-18 11:13:10 +00:00
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/material": "^15.0.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
2022-03-17 12:58:05 +00:00
"bootstrap": "^5.1.3",
2022-04-25 17:19:40 +00:00
"ngx-cron-editor": "^0.7.3",
2022-12-03 19:53:25 +00:00
"rxjs": "~7.6.0",
"tslib": "^2.4.0",
2022-11-07 19:44:54 +00:00
"zone.js": "~0.12.0"
2022-03-15 10:15:06 +00:00
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.0.0",
"@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
2022-09-18 11:06:49 +00:00
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.3.0",
2022-09-18 11:07:18 +00:00
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.40.1",
"eslint": "^8.15.0",
"jasmine-core": "~4.5.0",
2022-09-18 12:50:57 +00:00
"karma": "~6.4.0",
2022-03-15 10:15:06 +00:00
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
2022-11-15 19:04:46 +00:00
"typescript": "~4.9.0"
2022-03-15 10:15:06 +00:00
}
2022-05-03 08:59:36 +00:00
}