{ "name": "rtl", "version": "0.12.0-beta", "license": "MIT", "type": "module", "scripts": { "ng": "ng", "start": "ng serve --open", "prebuildfrontend": "node src/prebuild.cjs", "buildfrontend": "ng build --configuration production", "buildbackend": "tsc --project tsconfig.json", "watchbackend": "tsc --project tsconfig.json --watch", "server": "set NODE_ENV=development&&nodemon ./rtl.js", "serverUbuntu": "NODE_ENV=development nodemon ./rtl.js", "testdev": "ng test --watch=true --code-coverage", "test": "ng test --watch=false", "lint": "ng lint", "postinstall": "ngcc" }, "private": true, "dependencies": { "@angular/animations": "~13.0.2", "@angular/cdk": "^13.0.2", "@angular/common": "~13.0.2", "@angular/compiler": "~13.0.2", "@angular/compiler-cli": "~13.0.2", "@angular/core": "~13.0.2", "@angular/flex-layout": "^13.0.0-beta.36", "@angular/forms": "~13.0.2", "@angular/material": "^13.0.2", "@angular/platform-browser": "~13.0.2", "@angular/platform-browser-dynamic": "~13.0.2", "@angular/router": "~13.0.2", "@fortawesome/angular-fontawesome": "^0.10.1", "@fortawesome/fontawesome-svg-core": "^1.2.32", "@fortawesome/free-regular-svg-icons": "^5.15.1", "@fortawesome/free-solid-svg-icons": "^5.15.1", "@ngrx/effects": "^13.0.2", "@ngrx/store": "^13.0.2", "@swimlane/ngx-charts": "^19.2.0", "angular-user-idle": "^2.2.7", "atob": "^2.1.2", "cookie-parser": "^1.4.5", "csurf": "^1.11.0", "express": "^4.17.1", "express-session": "^1.17.2", "hocon-parser": "^1.0.1", "ini": "^2.0.0", "jsonwebtoken": "^8.5.1", "material-design-icons": "^3.0.1", "ng-qrcode": "^6.0.0", "ngx-perfect-scrollbar": "^10.0.1", "otplib": "^12.0.1", "pdfmake": "^0.2.4", "request": "^2.88.2", "request-promise": "^4.2.6", "roboto-fontface": "^0.10.0", "rxjs": "^7.1.0", "sha256": "^0.2.0", "tslib": "^2.3.1", "typescript": "~4.4.4", "ws": "^7.4.6", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "^13.0.3", "@angular-eslint/builder": "13.0.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/cli": "^13.0.3", "@ngrx/store-devtools": "^13.0.2", "@types/jasmine": "~3.6.0", "@types/node": "^16.11.12", "@typescript-eslint/eslint-plugin": "~4.23.0", "@typescript-eslint/parser": "~4.23.0", "crypto-browserify": "^3.12.0", "dotenv": "^8.2.0", "eslint": "^7.32.0", "eslint-plugin-deprecation": "^1.2.1", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.3.2", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "nodemon": "~2.0.6", "protractor": "~7.0.0", "stream-browserify": "^3.0.0", "ts-node": "~8.3.0" } }