{ "name": "cr-connect-bpmn", "version": "0.0.0", "engines": { "npm": "9.4.0" }, "scripts": { "ng": "ng", "start": "ng serve", "start:dev": "ng serve --configuration development", "build": "ng build", "build:prod": "ng build --configuration=production --configuration production --base-href=__REPLACE_ME_WITH_BASE_HREF__ --deploy-url=__REPLACE_ME_WITH_DEPLOY_URL__", "build:staging": "ng build --configuration=staging --configuration production --base-href=__REPLACE_ME_WITH_BASE_HREF__ --deploy-url=__REPLACE_ME_WITH_DEPLOY_URL__", "build:dev": "ng build --configuration=development", "build:test": "ng build --configuration=test", "test": "ng test", "test:coverage": "ng test --code-coverage=true --watch=false --browsers=ChromeHeadless", "lint": "ng lint", "e2e": "./node_modules/protractor/bin/webdriver-manager update && ng e2e", "e2e:with-backend": "npm run backend && ng e2e && npm run backend:stop", "backend:stop": "cd docker && docker-compose down && cd ..", "backend:build": "cd docker && docker-compose pull && docker-compose build && cd ..", "backend:start": "cd docker && docker-compose up -d --force-recreate && cd ..", "backend": "npm run backend:stop && npm run backend:build && npm run backend:start", "env": "chmod +x ./docker/substitute-env-variables.sh && ./docker/substitute-env-variables.sh src/index.html PRODUCTION,API_URL,IRB_URL,HOME_ROUTE,BASE_HREF,DEPLOY_URL,PORT0,GOOGLE_ANALYTICS_KEY,SENTRY_KEY,TITLE", "ci": "npm run lint && npm run test:coverage && sonar-scanner" }, "private": true, "dependencies": { "@angular/animations": "^14.2.12", "@angular/cdk": "^14.2.7", "@angular/common": "^14.2.12", "@angular/compiler": "^14.2.12", "@angular/core": "^14.2.12", "@angular/flex-layout": "^14.0.0-beta.41", "@angular/forms": "^14.2.12", "@angular/material": "^14.2.7", "@angular/platform-browser": "^14.2.12", "@angular/platform-browser-dynamic": "^14.2.12", "@angular/router": "^14.2.12", "@bpmn-io/dmn-migrate": "^0.4.3", "@ngx-formly/core": "^5.12.7", "@ngx-formly/material": "^5.12.7", "@sentry/browser": "^5.30.0", "@yellowspot/ng-truncate": "^1.7.0", "bpmn-js": "^9.3.2", "bpmn-js-properties-panel": "^1.10.0", "camunda-bpmn-moddle": "^7.0.1", "camunda-dmn-moddle": "^1.2.0", "diagram-js": "^8.5.0", "diagram-js-code-editor": "^1.1.85", "diagram-js-minimap": "^4.0.1", "dmn-js": "^12.2.0", "dmn-js-properties-panel": "^1.1", "dmn-js-shared": "^12.1.1", "dmn-moddle": "^10.0.0", "file-saver": "^2.0.5", "fs-extra": "^10.0.0", "lodash": "^4.5.0", "ngx-device-detector": "4.0.1", "ngx-file-drop": "^11.1.0", "ngx-highlightjs": "^4.1.4", "ngx-markdown": "14.0.1", "protractor": "^7.0.0", "rxjs": "^6.5.5", "sartography-workflow-lib": "0.0.634", "tslib": "^2.3.1", "uuid": "^8.3.2", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-builders/custom-webpack": "^14.1.0", "@angular-devkit/build-angular": "^14.2.10", "@angular-devkit/build-webpack": "^0.1402.10", "@angular-eslint/builder": "^14.4.0", "@angular-eslint/eslint-plugin": "^14.4.0", "@angular-eslint/eslint-plugin-template": "^14.4.0", "@angular-eslint/schematics": "^14.4.0", "@angular-eslint/template-parser": "^14.4.0", "@angular/cli": "^14.2.10", "@angular/compiler-cli": "^14.2.12", "@angular/language-service": "^14.2.12", "@babel/compat-data": "^7.15.0", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", "@types/jasmine": "^3.8.2", "@types/jasminewd2": "^2.0.10", "@types/node": "^16.4.13", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "4.28.2", "babel-loader": "^8.2.2", "eslint": "^7.32.0", "eslint-plugin-import": "^2.24.0", "eslint-plugin-jsdoc": "^36.0.7", "eslint-plugin-prefer-arrow": "^1.2.3", "jasmine-core": "^3.8.0", "jasmine-spec-reporter": "^7.0.0", "karma": "^6.3.16", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.7.0", "lodash.isequal": "^4.5.0", "mockdate": "^3.0.5", "moddle-xml": "^9.0.5", "postcss": "^8.3.6", "postcss-loader": "^6.1.1", "postcss-short": "^5.0.0", "puppeteer": "^19.5.2", "sonar-scanner": "^3.1.0", "ts-node": "^10.2.0", "typescript": "^4.6.4", "webpack": "^5.50.0", "webpack-dev-server": "^4.11.1", "webpack-notifier": "^1.13.0" } }