{ "name": "alfresco-content-app", "version": "3.1.0", "commit": "", "license": "LGPL-3.0", "scripts": { "postinstall": "ngcc", "ng": "ng", "validate-app-config": "ajv validate -s ./node_modules/@alfresco/adf-core/app.config.schema.json -d ./app/.tmp/app.config.json --errors=text --verbose", "assemble-app-config": "envsub --env-file ./.env --env APP_CONFIG_ECM_HOST={protocol}//{hostname}{:port} --env APP_CONFIG_PROVIDER=ECM --env APP_CONFIG_AUTH_TYPE=BASIC --env APP_CONFIG_OAUTH2_HOST=http://localhost:4200/auth/realms/alfresco --env APP_CONFIG_OAUTH2_CLIENTID=alfresco --env APP_CONFIG_OAUTH2_IMPLICIT_FLOW=true --env APP_CONFIG_OAUTH2_SILENT_LOGIN=true --env APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI={protocol}//{hostname}{:port}/assets/silent-refresh.html --env APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/ --env APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/logout --all ./app/src/app.config.json.tpl ./app/.tmp/app.config.json", "prestart": "mkdir -p ./app/.tmp && npm run assemble-app-config && npm run validate-app-config", "start": "ng serve", "start:prod": "npm run validate-app-config && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng serve --configuration production --open", "prebuild": "mkdir -p ./app/.tmp && cp ./app/src/app.config.json.tpl ./app/.tmp/app.config.json", "build": "ng build content-ce", "build.release": "npm run build -- --configuration=production,release", "test": "ng test", "test:ci": "ng test adf-office-services-ext && ng test content-ce --code-coverage", "lint": "ng lint && npm run spellcheck && npm run e2e.typecheck", "update-webdriver": "./scripts/update-webdriver.sh", "e2e.typecheck": "tsc -p ./e2e/tsconfig.e2e.typecheck.json", "e2e": "npm run update-webdriver && protractor $SUITE", "spellcheck": "cspell '{src,e2e,projects}/**/*.ts'", "inspect.bundle": "ng build content-ce --configuration production --stats-json && npx webpack-bundle-analyzer dist/content-ce/stats.json", "prepare": "husky install" }, "private": true, "dependencies": { "@alfresco/adf-content-services": "5.2.0-37232", "@alfresco/adf-core": "5.2.0-37232", "@alfresco/adf-extensions": "5.2.0-37232", "@alfresco/js-api": "5.2.0-446", "@angular/animations": "14.1.2", "@angular/cdk": "14.1.2", "@angular/common": "14.1.2", "@angular/compiler": "14.1.2", "@angular/core": "14.1.2", "@angular/flex-layout": "^14.0.0-beta.40", "@angular/forms": "14.1.2", "@angular/material": "14.1.2", "@angular/material-moment-adapter": "14.1.2", "@angular/platform-browser": "14.1.2", "@angular/platform-browser-dynamic": "14.1.2", "@angular/router": "14.1.2", "@mat-datetimepicker/core": "^9.0.68", "@mat-datetimepicker/moment": "^9.0.68", "@ngrx/effects": "^14.2.0", "@ngrx/router-store": "^14.2.0", "@ngrx/store": "^14.2.0", "@ngrx/store-devtools": "^14.2.0", "@ngx-translate/core": "^14.0.0", "minimatch-browser": "^1.0.0", "moment": "^2.29.4", "moment-es6": "1.0.0", "pdfjs-dist": "2.5.207", "rxjs": "6.6.6", "tslib": "^2.0.0", "zone.js": "0.11.8" }, "devDependencies": { "@alfresco/adf-cli": "5.2.0-37232", "@alfresco/adf-testing": "5.2.0-37232", "@angular-custom-builders/lite-serve": "^0.2.3", "@angular-devkit/build-angular": "14.1.2", "@angular-eslint/builder": "^14.1.2", "@angular-eslint/eslint-plugin": "^14.1.2", "@angular-eslint/eslint-plugin-template": "^14.1.2", "@angular-eslint/schematics": "14.1.2", "@angular-eslint/template-parser": "^14.1.2", "@angular/cli": "14.1.2", "@angular/compiler-cli": "14.1.2", "@angular/language-service": "14.1.2", "@types/event-emitter": "^0.3.3", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "^2.0.8", "@types/node": "^14.14.12", "@types/selenium-webdriver": "^4.0.9", "@types/superagent": "^4.1.10", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.43.0", "ajv-cli": "^4.2.0", "browser-sync": "^2.27.10", "commander": "^6.1.0", "connect-history-api-fallback": "^2.0.0", "cspell": "^6.14.0", "dotenv": "8.2.0", "dotenv-expand": "^5.1.0", "envsub": "^4.0.7", "eslint": "^8.26.0", "eslint-plugin-ban": "^1.6.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsdoc": "39.3.25", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-rxjs": "^5.0.2", "eslint-plugin-unicorn": "^44.0.2", "http-server": "^14.1.1", "husky": "^8.0.1", "inquirer": "^9.1.4", "jasmine-core": "~4.5.0", "jasmine-marbles": "0.8.3", "jasmine-spec-reporter": "~5.0.0", "karma": "^6.4.1", "karma-chrome-launcher": "~3.1.1", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "^2.0.0", "karma-mocha-reporter": "^2.2.5", "lint-staged": "^13.0.3", "lite-server": "^2.4.0", "ng-packagr": "^14.2.2", "node-stream-zip": "^1.14.0", "prettier": "2.5.1", "protractor": "~7.0.0", "protractor-retry-angular-cli": "^2.0.3", "protractor-screenshoter-plugin": "0.10.3", "protractor-smartrunner": "^2.0.0-beta6", "selenium-webdriver": "^4.1.1", "ts-node": "^10.9.1", "tsconfig-paths": "4.1.0", "typescript": "4.6.3", "webdriver-manager": "12.1.8", "winston": "^3.8.2" } }