mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
136 lines
5.0 KiB
JSON
136 lines
5.0 KiB
JSON
{
|
|
"name": "alfresco-content-app",
|
|
"version": "4.3.0",
|
|
"license": "LGPL-3.0",
|
|
"scripts": {
|
|
"postinstall": "ngcc",
|
|
"ng": "ng",
|
|
"start": "nx serve content-ce",
|
|
"start:prod": "node --max-old-space-size=8192 nx serve content-ce --configuration production",
|
|
"build": "nx build content-ce",
|
|
"build.release": "npm run build -- --configuration=production,release",
|
|
"test": "nx test",
|
|
"lint": "NODE_OPTIONS=--max_old_space_size=4096 nx run-many --all --target=lint",
|
|
"update-webdriver": "./scripts/update-webdriver.sh",
|
|
"e2e": "npm run update-webdriver && protractor $SUITE",
|
|
"inspect.bundle": "nx build content-ce --configuration production --stats-json && npx webpack-bundle-analyzer dist/content-ce/stats.json",
|
|
"prepare": "husky install",
|
|
"stylelint": "stylelint \"{app,projects}/**/*.scss\"",
|
|
"affected:build": "nx affected:build",
|
|
"affected:test": "nx affected:test",
|
|
"affected:lint": "nx affected:lint",
|
|
"affected:dep-graph": "nx affected:dep-graph",
|
|
"affected": "nx affected",
|
|
"print-affected:app": "nx print-affected --type=app --select=projects",
|
|
"print-affected:projects": "nx print-affected --type=lib --select=projects",
|
|
"print-affected:build": "nx print-affected --target=build --select=tasks.target.project",
|
|
"print-affected:test": "nx print-affected --target=test --select=tasks.target.project",
|
|
"print-affected:lint": "nx print-affected --target=lint --select=tasks.target.project"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-content-app.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@alfresco/adf-content-services": "6.4.0",
|
|
"@alfresco/adf-core": "6.4.0",
|
|
"@alfresco/adf-extensions": "6.4.0",
|
|
"@alfresco/eslint-plugin-eslint-angular": "6.4.0",
|
|
"@alfresco/js-api": "7.1.0",
|
|
"@angular/animations": "14.1.3",
|
|
"@angular/cdk": "14.1.3",
|
|
"@angular/common": "14.1.3",
|
|
"@angular/compiler": "14.1.3",
|
|
"@angular/core": "14.1.3",
|
|
"@angular/forms": "14.1.3",
|
|
"@angular/material": "14.1.3",
|
|
"@angular/material-date-fns-adapter": "14.1.3",
|
|
"@angular/platform-browser": "14.1.3",
|
|
"@angular/platform-browser-dynamic": "14.1.3",
|
|
"@angular/router": "14.1.3",
|
|
"@fontsource/open-sans": "^5.0.12",
|
|
"@mat-datetimepicker/core": "^10.1.1",
|
|
"@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",
|
|
"date-fns": "^2.30.0",
|
|
"material-icons": "^1.13.8",
|
|
"minimatch-browser": "^1.0.0",
|
|
"pdfjs-dist": "3.3.122",
|
|
"rxjs": "6.6.6",
|
|
"tslib": "^2.5.3",
|
|
"zone.js": "0.11.8"
|
|
},
|
|
"devDependencies": {
|
|
"@alfresco/adf-cli": "6.4.0",
|
|
"@alfresco/adf-testing": "6.4.0",
|
|
"@angular-devkit/build-angular": "14.2.11",
|
|
"@angular-devkit/core": "14.1.2",
|
|
"@angular-devkit/schematics": "14.1.2",
|
|
"@angular-eslint/builder": "^14.1.2",
|
|
"@angular-eslint/eslint-plugin": "^16.1.2",
|
|
"@angular-eslint/eslint-plugin-template": "^16.0.2",
|
|
"@angular-eslint/schematics": "14.4.0",
|
|
"@angular-eslint/template-parser": "^15.2.1",
|
|
"@angular/cli": "14.1.3",
|
|
"@angular/compiler-cli": "14.1.3",
|
|
"@angular/language-service": "14.1.3",
|
|
"@cspell/eslint-plugin": "^7.3.6",
|
|
"@nx/angular": "17.0.2",
|
|
"@nx/eslint-plugin": "17.0.2",
|
|
"@nx/workspace": "17.0.2",
|
|
"@playwright/test": "^1.37.1",
|
|
"@schematics/angular": "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.59.0",
|
|
"@typescript-eslint/parser": "^5.48.2",
|
|
"ajv-cli": "^4.2.0",
|
|
"dotenv": "16.3.1",
|
|
"dotenv-expand": "^5.1.0",
|
|
"eslint": "^8.42.0",
|
|
"eslint-plugin-ban": "^1.6.0",
|
|
"eslint-plugin-import": "2.28.1",
|
|
"eslint-plugin-jsdoc": "46.5.1",
|
|
"eslint-plugin-license-header": "^0.6.0",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-rxjs": "^5.0.2",
|
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
"husky": "^8.0.2",
|
|
"jasmine-core": "~4.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "^2.2.0",
|
|
"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": "^14.0.1",
|
|
"ng-packagr": "^14.2.2",
|
|
"node-stream-zip": "^1.14.0",
|
|
"nx": "17.0.2",
|
|
"prettier": "2.8.8",
|
|
"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",
|
|
"stylelint": "^15.10.3",
|
|
"stylelint-config-standard-scss": "^7.0.1",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig-paths": "4.2.0",
|
|
"typescript": "4.7.4",
|
|
"webdriver-manager": "12.1.8"
|
|
}
|
|
}
|
|
|