{ "name": "backend", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --open", "start:hmr": "ng serve --configuration hmr --source-map=false --hmr-warning=false", "start:hmr:sourcemaps": "ng serve --configuration hmr --source-map=true --hmr-warning=false", "build": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev", "build:stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --dev --stats-json", "build:prod": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod", "build:prod:stats": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod --stats-json", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "~8.1.2", "@angular/cdk": "^8.1.1", "@angular/common": "~8.1.2", "@angular/compiler": "~8.1.2", "@angular/core": "~8.1.2", "@angular/flex-layout": "^8.0.0-beta.26", "@angular/forms": "~8.1.2", "@angular/material": "^8.1.1", "@angular/material-moment-adapter": "^8.1.1", "@angular/platform-browser": "~8.1.2", "@angular/platform-browser-dynamic": "~8.1.2", "@angular/router": "~8.1.2", "@ngrx/effects": "^8.1.0", "@ngrx/router-store": "^8.1.0", "@ngrx/store": "^8.1.0", "@ngx-translate/core": "^11.0.1", "@swimlane/ngx-datatable": "^15.0.2", "angular-calendar": "0.27.8", "date-fns": "1.30.1", "d3": "^5.9.7", "hammerjs": "^2.0.8", "lodash": "^4.17.15", "moment": "^2.24.0", "ngx-color-picker": "7.5.0", "ngx-cookie-service": "^2.2.0", "perfect-scrollbar": "^1.4.0", "prismjs": "^1.17.1", "rxjs": "^6.5.2", "tslib": "^1.9.0", "web-animations-js": "^2.3.2", "zone.js": "~0.9.1" }, "devDependencies": { "@angular-devkit/build-angular": "~0.801.2", "@angular/cli": "~8.1.2", "@angular/compiler-cli": "~8.1.2", "@angular/language-service": "~8.1.2", "@angularclass/hmr": "^2.1.3", "@ngrx/store-devtools": "^8.1.0", "@types/lodash": "^4.14.136", "@types/node": "~8.9.4", "@types/jasmine": "~3.3.8", "@types/jasminewd2": "~2.0.3", "@types/prismjs": "^1.16.0", "codelyzer": "^5.0.0", "jasmine-core": "~3.4.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~2.0.1", "karma-jasmine-html-reporter": "^1.4.0", "ngrx-store-freeze": "^0.2.4", "protractor": "~5.4.0", "ts-node": "~7.0.0", "tslint": "~5.15.0", "typescript": "~3.4.3" } }