2022-03-15 10:15:06 +00:00
|
|
|
{
|
|
|
|
"name": "aktienbot",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
2022-05-08 10:09:31 +00:00
|
|
|
"build": "ng build --prod --build-optimizer",
|
2022-03-15 10:15:06 +00:00
|
|
|
"watch": "ng build --watch --configuration development",
|
2022-04-28 17:44:17 +00:00
|
|
|
"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": {
|
2022-09-18 10:36:43 +00:00
|
|
|
"@angular/animations": "~13.3.0",
|
2022-03-15 12:11:20 +00:00
|
|
|
"@angular/cdk": "^13.2.6",
|
2022-09-18 10:36:52 +00:00
|
|
|
"@angular/common": "~13.3.0",
|
2022-09-18 11:07:01 +00:00
|
|
|
"@angular/compiler": "~14.2.0",
|
2022-03-15 10:15:06 +00:00
|
|
|
"@angular/core": "~13.2.0",
|
2022-09-18 11:01:48 +00:00
|
|
|
"@angular/forms": "~14.2.0",
|
2022-05-05 09:35:46 +00:00
|
|
|
"@angular/material": "^13.3.6",
|
2022-09-18 11:02:04 +00:00
|
|
|
"@angular/platform-browser": "~14.2.0",
|
2022-03-15 10:15:06 +00:00
|
|
|
"@angular/platform-browser-dynamic": "~13.2.0",
|
2022-09-18 11:02:18 +00:00
|
|
|
"@angular/router": "~14.2.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-03-15 10:15:06 +00:00
|
|
|
"rxjs": "~7.5.0",
|
2022-05-02 09:34:28 +00:00
|
|
|
"tslib": "^2.4.0",
|
2022-03-15 10:15:06 +00:00
|
|
|
"zone.js": "~0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-05 09:34:12 +00:00
|
|
|
"@angular-devkit/build-angular": "~13.3.5",
|
2022-09-18 10:59:27 +00:00
|
|
|
"@angular-eslint/builder": "14.1.0",
|
2022-09-18 10:36:04 +00:00
|
|
|
"@angular-eslint/eslint-plugin": "13.5.0",
|
2022-09-18 10:59:46 +00:00
|
|
|
"@angular-eslint/eslint-plugin-template": "14.1.0",
|
2022-04-28 17:44:17 +00:00
|
|
|
"@angular-eslint/schematics": "13.2.1",
|
2022-09-18 10:36:34 +00:00
|
|
|
"@angular-eslint/template-parser": "13.5.0",
|
2022-09-18 11:06:49 +00:00
|
|
|
"@angular/cli": "~14.2.0",
|
2022-09-18 10:56:27 +00:00
|
|
|
"@angular/compiler-cli": "~13.3.0",
|
2022-04-29 09:45:31 +00:00
|
|
|
"@types/jasmine": "~4.0.3",
|
2022-09-18 11:07:18 +00:00
|
|
|
"@types/node": "^18.0.0",
|
2022-05-10 09:54:13 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.23.0",
|
2022-05-03 09:36:03 +00:00
|
|
|
"@typescript-eslint/parser": "5.22.0",
|
2022-05-10 10:16:03 +00:00
|
|
|
"eslint": "^8.15.0",
|
2022-05-03 10:25:27 +00:00
|
|
|
"jasmine-core": "~4.1.0",
|
2022-05-04 07:04:46 +00:00
|
|
|
"karma": "~6.3.19",
|
2022-03-15 10:15:06 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2022-04-30 21:29:47 +00:00
|
|
|
"karma-coverage": "~2.2.0",
|
2022-04-29 09:44:06 +00:00
|
|
|
"karma-jasmine": "~5.0.0",
|
2022-03-15 10:15:06 +00:00
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
2022-09-18 10:58:30 +00:00
|
|
|
"typescript": "~4.8.0"
|
2022-03-15 10:15:06 +00:00
|
|
|
}
|
2022-05-03 08:59:36 +00:00
|
|
|
}
|