mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* cleanup ADF root package config * remove unused scripts * remove markdownlint from the root
218 lines
8.1 KiB
JSON
218 lines
8.1 KiB
JSON
{
|
|
"name": "alfresco-ng2-components",
|
|
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
|
|
"description": "Alfresco Angular components",
|
|
"version": "6.0.0-A.1",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
|
"ng": "nx",
|
|
"00": "echo -------------------------------------------- DOC -----------------------------------------------",
|
|
"build-doc-tools": "tsc -p ./tools/doc/tsconfig.json",
|
|
"docbuild": "node tools/doc/node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
|
|
"review-checker": "node ./tools/doc/reviewChecker.js",
|
|
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
|
|
"affected:libs": "nx affected:libs",
|
|
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",
|
|
"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:e2e": "nx print-affected --target=e2e --select=tasks.target.project",
|
|
"print-affected:lint": "nx print-affected --target=lint --select=tasks.target.project",
|
|
"03": "echo -------------------------------------------- Lint -----------------------------------------------",
|
|
"affected:lint": "nx affected:lint",
|
|
"04": "echo -------------------------------------------- Demo Shell -----------------------------------------------",
|
|
"start": "nx serve demoshell --open",
|
|
"start:prod": "nx serve demoshell --configuration production --open",
|
|
"build": "nx build demoshell",
|
|
"build:prod": "node --max-old-space-size=12000 node_modules/@angular/cli/bin/nx build demoshell --configuration production",
|
|
"test": "nx test demoshell --watch=false",
|
|
"05": "echo -------------------------------------------- E2e -----------------------------------------------",
|
|
"e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell",
|
|
"e2e-lib": "nx e2e lib-e2e-test --port=4200",
|
|
"lite-server-e2e": "lite-server --baseDir='dist/demo-shell/' -c ./e2e/lite-server-proxy.js",
|
|
"postbuild:ci": "node ./scripts/app-config-replace.js",
|
|
"06": "echo -------------------------------------------- Clean ----------------------------------------------",
|
|
"clean": "rimraf dist node_modules dist/libs",
|
|
"playwright": "npx playwright test --config='e2e-playwright/playwright.config.ts'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"keywords": [
|
|
"alfresco-components",
|
|
"angular",
|
|
"typescript",
|
|
"alfresco",
|
|
"activiti",
|
|
"content services",
|
|
"process services",
|
|
"process services-cloud"
|
|
],
|
|
"dependencies": {
|
|
"@alfresco/js-api": "5.3.0-475",
|
|
"@angular/animations": "14.1.3",
|
|
"@angular/cdk": "14.1.2",
|
|
"@angular/common": "14.1.3",
|
|
"@angular/compiler": "14.1.3",
|
|
"@angular/core": "14.1.3",
|
|
"@angular/flex-layout": "^14.0.0-beta.40",
|
|
"@angular/forms": "14.1.3",
|
|
"@angular/material": "14.1.2",
|
|
"@angular/material-moment-adapter": "14.1.2",
|
|
"@angular/platform-browser": "14.1.3",
|
|
"@angular/platform-browser-dynamic": "14.1.3",
|
|
"@angular/router": "14.1.3",
|
|
"@apollo/client": "^3.5.6",
|
|
"@editorjs/editorjs": "2.25.0",
|
|
"@editorjs/header": "2.7.0",
|
|
"@editorjs/list": "1.7.0",
|
|
"@editorjs/underline": "1.0.0",
|
|
"@mat-datetimepicker/core": "^9.0.68",
|
|
"@mat-datetimepicker/moment": "^9.0.68",
|
|
"@ngx-translate/core": "^14.0.0",
|
|
"@storybook/core-server": "6.4.22",
|
|
"apollo-angular": "^4.0.1",
|
|
"chart.js": "2.9.4",
|
|
"cropperjs": "1.5.13",
|
|
"dotenv-expand": "^5.1.0",
|
|
"editorjs-html": "3.4.2",
|
|
"editorjs-paragraph-with-alignment": "3.0.0",
|
|
"minimatch": "^3.0.4",
|
|
"minimatch-browser": "1.0.0",
|
|
"ng2-charts": "2.4.2",
|
|
"ngx-monaco-editor": "8.1.1",
|
|
"pdfjs-dist": "2.5.207",
|
|
"raphael": "2.3.0",
|
|
"rxjs": "6.6.6",
|
|
"subscriptions-transport-ws": "^0.11.0",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "14.1.3",
|
|
"@angular-eslint/eslint-plugin": "14.0.4",
|
|
"@angular-eslint/eslint-plugin-template": "14.3.0",
|
|
"@angular-eslint/template-parser": "14.0.2",
|
|
"@angular/cli": "~14.1.0",
|
|
"@angular/compiler-cli": "14.1.3",
|
|
"@editorjs/code": "2.7.0",
|
|
"@editorjs/inline-code": "1.3.1",
|
|
"@editorjs/marker": "1.2.2",
|
|
"@nrwl/angular": "14.8.6",
|
|
"@nrwl/cli": "14.5.4",
|
|
"@nrwl/eslint-plugin-nx": "^14.5.4",
|
|
"@nrwl/node": "14.5.4",
|
|
"@nrwl/storybook": "14.5.4",
|
|
"@nrwl/workspace": "14.5.4",
|
|
"@paperist/types-remark": "0.1.3",
|
|
"@playwright/test": "^1.27.1",
|
|
"@quanzo/change-font-size": "1.0.0",
|
|
"@storybook/addon-essentials": "6.5.10",
|
|
"@storybook/angular": "6.5.10",
|
|
"@storybook/builder-webpack5": "6.5.10",
|
|
"@storybook/manager-webpack5": "6.5.10",
|
|
"@types/jasmine": "4.0.3",
|
|
"@types/jasminewd2": "~2.0.2",
|
|
"@types/minimatch": "^3.0.3",
|
|
"@types/node": "18.0.0",
|
|
"@types/pdfjs-dist": "^2.1.5",
|
|
"@types/request": "^2.48.5",
|
|
"@types/selenium-webdriver": "^4.0.11",
|
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
"@typescript-eslint/parser": "5.38.1",
|
|
"@typescript-eslint/typescript-estree": "5.42.1",
|
|
"commander": "6.2.1",
|
|
"cspell": "^5.5.1",
|
|
"css-loader": "^6.7.1",
|
|
"dotenv": "10.0.0",
|
|
"editorjs-text-color-plugin": "1.13.1",
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-ban": "^1.6.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsdoc": "39.3.6",
|
|
"eslint-plugin-license-header": "0.6.0",
|
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
"eslint-plugin-rxjs": "^5.0.2",
|
|
"eslint-plugin-unicorn": "^43.0.1",
|
|
"github-api": "^3.4.0",
|
|
"graphql": "^16.6.0",
|
|
"graphql-request": "^5.0.0",
|
|
"husky": "^7.0.4",
|
|
"jasmine-ajax": "4.0.0",
|
|
"jasmine-core": "4.5.0",
|
|
"jasmine-reporters": "^2.4.0",
|
|
"jasmine-spec-reporter": "7.0.0",
|
|
"js-yaml": "^4.0.0",
|
|
"karma": "^6.3.17",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "5.0.1",
|
|
"karma-jasmine-ajax": "0.1.13",
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"license-checker": "^25.0.1",
|
|
"lint-staged": "^12.1.7",
|
|
"lite-server": "^2.6.1",
|
|
"mini-css-extract-plugin": "^1.6.0",
|
|
"ng-mocks": "^14.2.3",
|
|
"ng-packagr": "14.0.3",
|
|
"nx": "14.4.2",
|
|
"postcss": "^8.4.5",
|
|
"postcss-sass": "^0.5.0",
|
|
"protractor": "^7.0.0",
|
|
"protractor-retry-angular-cli": "^2.0.3",
|
|
"protractor-screenshoter-plugin": "0.10.3",
|
|
"protractor-smartrunner": "^2.0.0-beta6",
|
|
"rimraf": "^3.0.2",
|
|
"sass-loader": "10.1.1",
|
|
"selenium-webdriver": "4.1.0",
|
|
"stylelint": "^14.15.0",
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
"ts-node": "^10.4.0",
|
|
"tsconfig-paths": "^4.1.1",
|
|
"typescript": "4.7.4",
|
|
"webdriver-manager": "12.1.8",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/libs/content-services/bundles/adf-content-services.umd.min.js",
|
|
"maxSize": "85 kb"
|
|
},
|
|
{
|
|
"path": "./dist/libs/process-services/bundles/adf-process-services.umd.min.js",
|
|
"maxSize": "62 kb"
|
|
},
|
|
{
|
|
"path": "./dist/libs/insights/bundles/adf-insights.umd.min.js",
|
|
"maxSize": "50 kb"
|
|
},
|
|
{
|
|
"path": "./dist/libs/core/bundles/adf-core.umd.min.js",
|
|
"maxSize": "165 kb"
|
|
},
|
|
{
|
|
"path": "./dist/libs/process-services-cloud/bundles/adf-process-services-cloud.umd.min.js",
|
|
"maxSize": "60 kb"
|
|
},
|
|
{
|
|
"path": "./dist/libs/extensions/bundles/adf-extensions.umd.min.js",
|
|
"maxSize": "10 kb"
|
|
},
|
|
{
|
|
"path": "./dist/libs/testing/bundles/adf-testing.umd.min.js",
|
|
"maxSize": "50 kb"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"module": "./index.js",
|
|
"typings": "./index.d.ts"
|
|
}
|