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