{ "name": "rtl", "version": "0.13.2-beta", "license": "MIT", "type": "module", "scripts": { "ng": "ng", "start": "ng serve --open", "prebuildfrontendtest": "node src/prebuild.cjs", "prebuildfrontend": "node src/prebuild.cjs", "buildfrontendtest": "ng test --watch=false && ng build --configuration production", "buildfrontend": "ng build --configuration production", "buildbackend": "tsc --project tsconfig.json", "watchbackend": "tsc --project tsconfig.json --watch", "server": "set NODE_ENV=development&&nodemon --watch backend --watch server ./rtl.js", "serverUbuntu": "NODE_ENV=development nodemon --watch backend --watch server ./rtl.js", "testdev": "ng test --watch=true --code-coverage", "test": "ng test --watch=false", "lint": "ng lint", "lintServer": "eslint ./server/**/* --ext .ts" }, "private": true, "dependencies": { "@ngrx/effects": "^13.2.0", "@ngrx/store": "^13.2.0", "@swimlane/ngx-charts": "^20.1.0", "angular-user-idle": "^3.0.0", "atob": "^2.1.2", "cookie-parser": "^1.4.6", "csurf": "^1.11.0", "express": "^4.18.1", "express-session": "^1.17.3", "hocon-parser": "^1.0.1", "ini": "^3.0.0", "jsonwebtoken": "^8.5.1", "ng-qrcode": "^6.0.0", "ngx-perfect-scrollbar-next": "^10.1.1", "otplib": "^12.0.1", "pdfmake": "^0.2.5", "request-promise": "^4.2.6", "rxjs": "^7.4.0", "sha256": "^0.2.0", "tslib": "^2.3.0", "ws": "^8.8.1", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~13.3.5", "@angular-eslint/builder": "^12.2.1", "@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", "@angular/animations": "~13.3.0", "@angular/cdk": "^13.3.9", "@angular/cli": "~13.3.5", "@angular/common": "~13.3.0", "@angular/compiler": "~13.3.0", "@angular/compiler-cli": "~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/store-devtools": "^13.0.2", "@types/jasmine": "~3.10.0", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "crypto-browserify": "^3.12.0", "dotenv": "^8.2.0", "eslint": "^8.21.0", "eslint-plugin-deprecation": "^1.2.1", "jasmine-core": "~4.0.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.1.0", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "~1.7.0", "material-design-icons": "^3.0.1", "nodemon": "~2.0.19", "protractor": "~7.0.0", "roboto-fontface": "^0.10.0", "stream-browserify": "^3.0.0", "ts-node": "~10.9.1", "typescript": "~4.6.2" } }