{ "name": "openproject-frontend", "repository": "https://github.com/opf/openproject", "license": "GPLv3", "version": "0.1.0", "private": true, "devDependencies": { "@angular-eslint/builder": "1.2.0", "@angular-eslint/eslint-plugin": "1.2.0", "@angular-eslint/eslint-plugin-template": "1.2.0", "@angular-eslint/schematics": "1.2.0", "@angular-eslint/template-parser": "1.2.0", "@angular/language-service": "11.2.3", "@jsdevtools/coverage-istanbul-loader": "3.0.5", "@types/jasmine": "~3.6.0", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "codelyzer": "^6.0.0", "eslint": "^7.21.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~3.3.0", "karma-jasmine-html-reporter": "^1.5.0", "ts-node": "~8.3.0" }, "dependencies": { "@angular-devkit/build-angular": "~0.1102.2", "@angular/animations": "~11.2.3", "@angular/cdk": "^11.2.2", "@angular/cli": "~11.2.2", "@angular/common": "~11.2.3", "@angular/compiler": "~11.2.3", "@angular/compiler-cli": "~11.2.3", "@angular/core": "~11.2.3", "@angular/forms": "~11.2.3", "@angular/platform-browser": "~11.2.3", "@angular/platform-browser-dynamic": "~11.2.3", "@angular/router": "~11.2.3", "@datorama/akita": "^6.1.3", "@fullcalendar/angular": "5.5.0", "@fullcalendar/core": "5.5.0", "@fullcalendar/daygrid": "5.5.0", "@fullcalendar/interaction": "5.5.0", "@fullcalendar/timegrid": "5.5.0", "@kolkov/ngx-gallery": "^1.0.11", "@ng-select/ng-option-highlight": "0.0.5", "@ng-select/ng-select": "^4.0.4", "@ngx-formly/core": "^5.10.19", "@sentry/angular": "^6.2.3", "@sentry/tracing": "^6.2.3", "@types/chart.js": "^2.9.20", "@types/codemirror": "0.0.87", "@types/dragula": "^3.7.0", "@types/hammerjs": "^2.0.36", "@types/jquery": "^3.3.33", "@types/jqueryui": "^1.12.10", "@types/lodash": "^4.14.149", "@types/moment-timezone": "^0.5.12", "@types/mousetrap": "^1.6.3", "@types/pako": "^1.0.1", "@types/resize-observer-browser": "^0.1.4", "@types/urijs": "^1.19.6", "@types/webpack-env": "^1.16.0", "@uirouter/angular": "^8.0.0", "@uirouter/core": "^6.0.7", "@uirouter/rx": "^0.6.5", "@w11k/ngx-componentdestroyed": "^5.0.2", "@xeokit/xeokit-bim-viewer": "2.2.0-alpha.8", "@xeokit/xeokit-sdk": "1.9.0-alpha.6", "autoprefixer": "^9.6.1", "browserslist": "^4.9.1", "cdk-drag-scroll": "^0.0.6", "chart.js": "2.9.4", "chartjs-plugin-datalabels": "^0.6.0", "codemirror": "^5.48.4", "copy-text-to-clipboard": "^3.0.0", "core-js": "^3.2.1", "crossvent": "^1.5.4", "dom-autoscroller": "^2.2.8", "dom-plane": "^1.0.2", "dragula": "^3.5.2", "expose-loader": "^0.7.5", "flatpickr": "^4.6.3", "fuse.js": "^3.4.5", "glob": "^7.1.4", "hammerjs": "^2.0.8", "jquery": "^3.5.1", "jquery-ui": "git+https://github.com/jquery/jquery-ui.git#74f8a0ac952f6f45f773312292baef1c26d81300", "jquery-ujs": "^1.2.2", "jquery.caret": "^0.3.1", "json5": "^2.1.0", "lodash": "^4.17.19", "mark.js": "^8.11.0", "moment": "^2.24.0", "moment-timezone": "^0.5.26", "mousetrap": "~1.6.3", "ng-dynamic-component": "^6.0.0", "ng2-charts": "^2.3.1", "ng2-dragula": "^2.1.1", "observable-array": "0.0.4", "reactivestates": "2.0.1", "reflect-metadata": "^0.1.13", "rxjs": "^6.6.6", "screenfull": "^4.2.1", "tablesorter": "^2.31.3", "tickety-tick-formatter": "github:bitcrowd/tickety-tick-formatter", "typedjson": "^1.5.1", "typescript": "~4.1.2", "urijs": "^1.19.2", "zone.js": "~0.11.3" }, "scripts": { "analyze": "ng build --prod --stats-json && webpack-bundle-analyzer -p 9999 ../public/assets/frontend/stats.json", "prebuild": "./scripts/link_plugin_placeholder.js", "build": "node --max_old_space_size=2048 ./node_modules/@angular/cli/bin/ng build --prod --named-chunks --extract-css --source-map", "build-watch": "node --max_old_space_size=2048 ./node_modules/@angular/cli/bin/ng build --watch --named-chunks --extract-css", "preserve": "./scripts/link_plugin_placeholder.js", "serve": "node --max_old_space_size=8096 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --public-host http://localhost:4200", "serve-test": "node --max_old_space_size=8096 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --disable-host-check --public-host http://frontend-test:4200", "pretest": "./scripts/link_plugin_placeholder.js", "test": "ng test --watch=false", "test-watch": "ng test --watch=true", "lint": "eslint -c .eslintrc.js --ext .ts src/app/", "generate-typings": "tsc -d -p src/tsconfig.app.json" } }