mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
223 lines
8.9 KiB
JSON
223 lines
8.9 KiB
JSON
{
|
|
"name": "alfresco-components",
|
|
"description": "Alfresco Angular components",
|
|
"version": "2.7.0-beta5",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.json --json docs/docs.json --exclude '**/*.spec.ts' --ignoreCompilerErrors && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
|
|
"prepublishOnly": "npm run build-lib",
|
|
"markdownlint": "markdownlint ./docs",
|
|
"stylelint": "stylelint ./**/*.scss --config stylelint-config.json",
|
|
"build-lib": "./scripts/ng-packagr.sh",
|
|
"bundlesize-check": "bundlesize",
|
|
"lint-lib": "./node_modules/.bin/tslint -p ./lib/tsconfig.json -c ./lib/tslint.json",
|
|
"lint-e2e": "./node_modules/.bin/tslint -p ./e2e/tsconfig.e2e.json -c ./tslint.json",
|
|
"test-export": "ts-node ./tools/export-check/exportCheck.ts ./lib/core/public-api.ts ./lib/process-services/public-api.ts ./lib/content-services/public-api.ts ./lib/insights/public-api.ts ./lib/process-services-cloud/public-api.ts",
|
|
"ng": "ng",
|
|
"affected:libs": "./node_modules/.bin/nx affected:libs",
|
|
"validate-config": "ajv validate -s ./lib/core/app-config/schema.json -d ./demo-shell/src/app.config.json --errors=text --verbose",
|
|
"start": "ng lint dist && npm run validate-config && npm run server-versions && ng serve dist --host 0.0.0.0 --proxy-config ./demo-shell/proxy.conf.js --open",
|
|
"start:dev": "ng lint dev && npm run validate-config && npm run server-versions && concurrently \"ng serve dev --host 0.0.0.0 --disable-host-check --proxy-config ./demo-shell/proxy.conf.js --open\" \"npm run style:dev --watch\" ",
|
|
"start:dist": "ng lint dist && npm run validate-config && npm run server-versions && ng serve dist --prod --host 0.0.0.0 --disable-host-check --proxy-config ./demo-shell/proxy.conf.js --open",
|
|
"build": "npm run validate-config && npm run server-versions && ng build dist",
|
|
"build:dev": "npm run validate-config && npm run style:dev && npm run server-versions && ng build dev",
|
|
"build:dist": "npm run validate-config && npm run server-versions && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build dist --prod --stats-json ",
|
|
"style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail",
|
|
"webpack-bundle-analyzer": "webpack-bundle-analyzer demo-shell/dist/stats.json",
|
|
"test": "npm run validate-config && ng test dev --watch=false",
|
|
"e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell",
|
|
"e2e-lib": "ng e2e lib-e2e-test --port=4200",
|
|
"server-versions": "rimraf ./demo-shell/src/versions.json && npm list --depth=0 --json=true --prod=true > ./demo-shell/src/versions.json || exit 0",
|
|
"clean": "rimraf dist ./node_modules typings",
|
|
"clean-lock": "rimraf package-lock.json",
|
|
"webpack": "node ./node_modules/webpack/bin/webpack.js",
|
|
"ng-packagr": "node ./node_modules/ng-packagr/cli/main.js",
|
|
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",
|
|
"lite-server-e2e": "lite-server --baseDir='demo-shell/dist/' -c ./e2e/lite-server-proxy.js",
|
|
"spellcheck": "cspell 'demo-shell/{src,e2e}/**/*.ts' 'e2e/**/*.ts' 'lib/{content-services,core,extensions,insights,process-services}/**/*.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/adf-content-services": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b",
|
|
"@alfresco/adf-core": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b",
|
|
"@alfresco/adf-extensions": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b",
|
|
"@alfresco/adf-insights": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b",
|
|
"@alfresco/adf-process-services": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b",
|
|
"@alfresco/adf-process-services-cloud": "3.0.0-1c25b50b1a15635da1689fdb9f38449a5714630b",
|
|
"@alfresco/js-api": "^3.0.0-d7850f421268e21861e2cd219441b7343efd27ba",
|
|
"@angular/animations": "7.0.3",
|
|
"@angular/cdk": "7.0.3",
|
|
"@angular/common": "7.0.3",
|
|
"@angular/compiler": "7.0.3",
|
|
"@angular/core": "7.0.3",
|
|
"@angular/flex-layout": "^7.0.0-beta.19",
|
|
"@angular/forms": "7.0.3",
|
|
"@angular/http": "7.0.3",
|
|
"@angular/material": "7.0.3",
|
|
"@angular/material-moment-adapter": "7.0.3",
|
|
"@angular/platform-browser": "7.0.3",
|
|
"@angular/platform-browser-dynamic": "7.0.3",
|
|
"@angular/router": "7.0.3",
|
|
"@mat-datetimepicker/core": "^2.0.1",
|
|
"@mat-datetimepicker/moment": "^2.0.1",
|
|
"@ngx-translate/core": "^11.0.0",
|
|
"@nrwl/nx": "7.1.1",
|
|
"@nrwl/schematics": "7.1.1",
|
|
"adf-tslint-rules": "0.0.6",
|
|
"alfresco-js-api-node": "2.7.0-beta5",
|
|
"chart.js": "2.5.0",
|
|
"classlist.js": "1.1.20150312",
|
|
"core-js": "^2.5.4",
|
|
"custom-event-polyfill": "0.3.0",
|
|
"hammerjs": "2.0.8",
|
|
"minimatch-browser": "1.0.0",
|
|
"moment": "2.22.2",
|
|
"moment-es6": "^1.0.0",
|
|
"ng2-charts": "1.6.0",
|
|
"ngx-monaco-editor": "6.0.0",
|
|
"pdfjs-dist": "^2.0.489",
|
|
"protractor-retry": "^1.2.0",
|
|
"raphael": "2.2.7",
|
|
"reflect-metadata": "0.1.10",
|
|
"rxjs": "^6.2.2",
|
|
"systemjs": "0.19.27",
|
|
"web-animations-js": "2.3.1",
|
|
"zone.js": "~0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.10.0",
|
|
"@angular-devkit/build-ng-packagr": "~0.10.0",
|
|
"@angular/cli": "^7.0.5",
|
|
"@angular/compiler-cli": "7.0.3",
|
|
"@types/hammerjs": "2.0.35",
|
|
"@types/jasmine": "~2.8.3",
|
|
"@types/jasminewd2": "~2.0.2",
|
|
"@types/node": "6.0.90",
|
|
"ajv-cli": "^3.0.0",
|
|
"angular2-template-loader": "0.6.2",
|
|
"astrolabe": "^0.3.6",
|
|
"autoprefixer": "6.5.4",
|
|
"bundlesize": "^0.15.3",
|
|
"chalk": "^2.3.2",
|
|
"codelyzer": "^4.5.0",
|
|
"commander": "^2.15.1",
|
|
"concurrently": "^3.5.1",
|
|
"connect-history-api-fallback": "^1.5.0",
|
|
"cspell": "^3.1.3",
|
|
"ejs": "^2.6.1",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"fs-extra": "^4.0.2",
|
|
"http-proxy-middleware": "^0.19.0",
|
|
"husky": "^1.2.0",
|
|
"jasmine-ajax": "3.2.0",
|
|
"jasmine-core": "~2.8.0",
|
|
"jasmine-reporters": "^2.3.2",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"jasmine2-protractor-utils": "1.1.3",
|
|
"js-yaml": "^3.12.0",
|
|
"karma": "~2.0.0",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-cli": "~1.0.1",
|
|
"karma-coverage": "^1.1.2",
|
|
"karma-coverage-istanbul-reporter": "^1.2.1",
|
|
"karma-jasmine": "~1.1.0",
|
|
"karma-jasmine-ajax": "0.1.13",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"karma-mocha-reporter": "2.2.5",
|
|
"karma-remap-istanbul": "0.6.0",
|
|
"karma-systemjs": "0.16.0",
|
|
"license-checker": "^25.0.1",
|
|
"lite-server": "^2.4.0",
|
|
"markdown-toc": "^1.2.0",
|
|
"markdownlint-cli": "^0.12.0",
|
|
"mdast-util-compact": "^1.0.1",
|
|
"mdast-util-heading-range": "^2.1.0",
|
|
"mdast-util-toc": "^2.0.1",
|
|
"mdast-zone": "^3.0.1",
|
|
"merge-stream": "1.0.1",
|
|
"nconf": "^0.10.0",
|
|
"ncp": "^2.0.0",
|
|
"ng-packagr": "4.4.5",
|
|
"node-sass": "4.9.2",
|
|
"protractor": "^5.4.0",
|
|
"protractor-html-reporter-2": "^1.0.4",
|
|
"raw-loader": "0.5.1",
|
|
"remap-istanbul": "^0.11.1",
|
|
"remark": "^9.0.0",
|
|
"remark-frontmatter": "^1.2.0",
|
|
"rimraf": "^2.6.2",
|
|
"run-sequence": "1.2.2",
|
|
"rxjs-tslint-rules": "^4.10.0",
|
|
"sass-loader": "7.1.0",
|
|
"scss-bundle": "2.3.2",
|
|
"stylelint": "^9.7.1",
|
|
"systemjs-builder": "0.15.34",
|
|
"traceur": "0.0.111",
|
|
"ts-node": "~4.1.0",
|
|
"tsickle": "^0.34.0",
|
|
"tslib": "^1.9.0",
|
|
"tslint": "5.9.1",
|
|
"typedoc": "^0.11.1",
|
|
"typescript": "^3.1.6",
|
|
"unist-util-select": "^2.0.0",
|
|
"url-join": "^4.0.0",
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-merge": "2.6.1"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bundlesize": [
|
|
{
|
|
"path": "./lib/dist/content-services/bundles/adf-content-services.umd.min.js",
|
|
"maxSize": "70 kb"
|
|
},
|
|
{
|
|
"path": "./lib/dist/process-services/bundles/adf-process-services.umd.min.js",
|
|
"maxSize": "50 kb"
|
|
},
|
|
{
|
|
"path": "./lib/dist/insights/bundles/adf-insights.umd.min.js",
|
|
"maxSize": "50 kb"
|
|
},
|
|
{
|
|
"path": "./lib/dist/core/bundles/adf-core.umd.min.js",
|
|
"maxSize": "110 kb"
|
|
},
|
|
{
|
|
"path": "./lib/dist/process-services-cloud/bundles/adf-process-services-cloud.umd.min.js",
|
|
"maxSize": "50 kb"
|
|
},
|
|
{
|
|
"path": "./lib/dist/extensions/bundles/adf-extensions.umd.min.js",
|
|
"maxSize": "10 kb"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"module": "./index.js",
|
|
"typings": "./index.d.ts",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint-lib -- --fix && npm run stylelint -- --fix"
|
|
}
|
|
}
|
|
}
|