2018-09-15 01:31:01 +00:00
|
|
|
{
|
|
|
|
"name": "rtl",
|
2022-09-10 01:55:56 +00:00
|
|
|
"version": "0.13.2-beta",
|
2018-09-15 01:31:01 +00:00
|
|
|
"license": "MIT",
|
2021-12-29 23:08:41 +00:00
|
|
|
"type": "module",
|
2019-01-11 04:08:24 +00:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2020-12-20 23:36:04 +00:00
|
|
|
"start": "ng serve --open",
|
2022-05-01 18:37:35 +00:00
|
|
|
"prebuildfrontendtest": "node src/prebuild.cjs",
|
2021-12-29 23:08:41 +00:00
|
|
|
"prebuildfrontend": "node src/prebuild.cjs",
|
2022-05-01 18:37:35 +00:00
|
|
|
"buildfrontendtest": "ng test --watch=false && ng build --configuration production",
|
2022-05-01 18:44:49 +00:00
|
|
|
"buildfrontend": "ng build --configuration production",
|
2021-12-29 23:08:41 +00:00
|
|
|
"buildbackend": "tsc --project tsconfig.json",
|
|
|
|
"watchbackend": "tsc --project tsconfig.json --watch",
|
2021-06-20 20:27:08 +00:00
|
|
|
"server": "set NODE_ENV=development&&nodemon ./rtl.js",
|
2021-12-29 23:08:41 +00:00
|
|
|
"serverUbuntu": "NODE_ENV=development nodemon ./rtl.js",
|
|
|
|
"testdev": "ng test --watch=true --code-coverage",
|
|
|
|
"test": "ng test --watch=false",
|
2022-08-11 09:17:43 +00:00
|
|
|
"lint": "ng lint",
|
|
|
|
"lintServer": "eslint ./server/**/* --ext .ts"
|
2019-01-11 04:08:24 +00:00
|
|
|
},
|
2018-09-15 01:31:01 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-08-10 06:27:55 +00:00
|
|
|
"@angular/animations": "~13.3.0",
|
|
|
|
"@angular/cdk": "^13.3.9",
|
|
|
|
"@angular/common": "~13.3.0",
|
|
|
|
"@angular/compiler": "~13.3.0",
|
|
|
|
"@angular/core": "~13.3.0",
|
|
|
|
"@angular/flex-layout": "^13.0.0-beta.38",
|
|
|
|
"@angular/forms": "~13.3.0",
|
|
|
|
"@angular/material": "^13.3.9",
|
|
|
|
"@angular/platform-browser": "~13.3.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
|
|
"@angular/router": "~13.3.0",
|
|
|
|
"@fortawesome/angular-fontawesome": "^0.10.2",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
|
|
|
"@ngrx/effects": "^13.2.0",
|
|
|
|
"@ngrx/store": "^13.2.0",
|
|
|
|
"@swimlane/ngx-charts": "^20.1.0",
|
|
|
|
"angular-user-idle": "^3.0.0",
|
2020-01-11 22:35:15 +00:00
|
|
|
"atob": "^2.1.2",
|
2022-08-10 06:27:55 +00:00
|
|
|
"cookie-parser": "^1.4.6",
|
2021-06-20 20:27:08 +00:00
|
|
|
"csurf": "^1.11.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"express": "^4.18.1",
|
|
|
|
"express-session": "^1.17.3",
|
2020-12-20 23:36:04 +00:00
|
|
|
"hocon-parser": "^1.0.1",
|
2022-08-10 06:27:55 +00:00
|
|
|
"ini": "^3.0.0",
|
2020-01-11 21:54:41 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2019-08-24 20:35:31 +00:00
|
|
|
"material-design-icons": "^3.0.1",
|
2021-12-29 23:08:41 +00:00
|
|
|
"ng-qrcode": "^6.0.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"ngx-perfect-scrollbar-next": "^10.1.1",
|
2020-12-20 23:36:04 +00:00
|
|
|
"otplib": "^12.0.1",
|
2022-08-10 06:27:55 +00:00
|
|
|
"pdfmake": "^0.2.5",
|
2020-12-20 23:36:04 +00:00
|
|
|
"request-promise": "^4.2.6",
|
2019-08-24 20:35:31 +00:00
|
|
|
"roboto-fontface": "^0.10.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"rxjs": "^7.4.0",
|
2019-05-07 01:56:11 +00:00
|
|
|
"sha256": "^0.2.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"tslib": "^2.3.0",
|
|
|
|
"typescript": "~4.6.2",
|
|
|
|
"ws": "^8.8.1",
|
2021-06-20 20:27:08 +00:00
|
|
|
"zone.js": "~0.11.4"
|
2019-01-11 04:08:24 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-10 06:27:55 +00:00
|
|
|
"@angular-devkit/build-angular": "~13.3.5",
|
2022-05-01 17:35:20 +00:00
|
|
|
"@angular-eslint/builder": "^12.2.1",
|
2021-12-29 23:08:41 +00:00
|
|
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
|
|
"@angular-eslint/schematics": "13.0.1",
|
|
|
|
"@angular-eslint/template-parser": "13.0.1",
|
2022-08-10 06:27:55 +00:00
|
|
|
"@angular/cli": "~13.3.5",
|
|
|
|
"@angular/compiler-cli": "~13.3.0",
|
2021-12-29 23:08:41 +00:00
|
|
|
"@ngrx/store-devtools": "^13.0.2",
|
2022-08-10 06:27:55 +00:00
|
|
|
"@types/jasmine": "~3.10.0",
|
|
|
|
"@types/node": "^12.11.1",
|
2022-08-10 08:59:28 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
|
|
"@typescript-eslint/parser": "^5.33.0",
|
2021-06-20 20:27:08 +00:00
|
|
|
"crypto-browserify": "^3.12.0",
|
2020-07-12 19:47:42 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2022-08-10 08:59:28 +00:00
|
|
|
"eslint": "^8.21.0",
|
2021-08-28 21:03:18 +00:00
|
|
|
"eslint-plugin-deprecation": "^1.2.1",
|
2022-08-10 06:27:55 +00:00
|
|
|
"jasmine-core": "~4.0.0",
|
2020-12-20 23:36:04 +00:00
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"karma": "~6.3.0",
|
2020-07-09 19:50:20 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"karma-coverage": "~2.1.0",
|
2020-12-20 23:36:04 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
|
|
|
"nodemon": "~2.0.19",
|
2020-07-09 19:50:20 +00:00
|
|
|
"protractor": "~7.0.0",
|
2021-06-20 20:27:08 +00:00
|
|
|
"stream-browserify": "^3.0.0",
|
2022-08-10 06:27:55 +00:00
|
|
|
"ts-node": "~10.9.1"
|
2018-09-15 01:31:01 +00:00
|
|
|
}
|
|
|
|
}
|