{ "name": "alfresco-components", "description": "Alfresco Angular components", "version": "2.6.0-beta7", "author": "Alfresco Software, Ltd.", "main": "./index.js", "scripts": { "docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig 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", "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", "ng": "ng", "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 --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", "lite-server-e2e": "lite-server --baseDir='demo-shell/dist/' -c ./e2e/lite-server-proxy.js" }, "config": { "ghooks": { "pre-commit": "npm run lint && npm run lint-lib" } }, "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" ], "dependencies": { "@alfresco/adf-content-services": "2.6.0-beta7", "@alfresco/adf-core": "2.6.0-beta7", "@alfresco/adf-insights": "2.6.0-beta7", "@alfresco/adf-process-services": "2.6.0-beta7", "@angular-devkit/build-ng-packagr": "^0.7.1", "@angular/animations": "6.1.2", "@angular/cdk": "6.4.5", "@angular/common": "6.1.2", "@angular/compiler": "6.1.2", "@angular/core": "6.1.2", "@angular/flex-layout": "6.0.0-beta.18", "@angular/forms": "6.1.2", "@angular/http": "6.1.2", "@angular/material": "6.4.5", "@angular/material-moment-adapter": "6.4.5", "@angular/platform-browser": "6.1.2", "@angular/platform-browser-dynamic": "6.1.2", "@angular/router": "6.1.2", "@mat-datetimepicker/core": "2.0.1-beta.1", "@mat-datetimepicker/moment": "2.0.1-beta.1", "@ngx-translate/core": "10.0.2", "@nrwl/schematics": "^1.0.3", "@schematics/angular": "^0.6.8", "adf-tslint-rules": "0.0.4", "alfresco-js-api": "2.6.0-beta7", "alfresco-js-api-node": "2.5.0", "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": "^5.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", "rxjs-compat": "^6.1.0", "systemjs": "0.19.27", "zone.js": "~0.8.26" }, "devDependencies": { "@angular-devkit/build-angular": "^0.7.2", "@angular/cli": "^6.1.3", "@angular/compiler-cli": "6.1.2", "@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", "archiver": "^3.0.0", "astrolabe": "^0.3.6", "autoprefixer": "6.5.4", "bundlesize": "^0.15.3", "chalk": "^2.3.2", "codelyzer": "4.3.0", "commander": "^2.15.1", "concurrently": "^3.5.1", "connect-history-api-fallback": "^1.5.0", "ejs": "^2.6.1", "extract-text-webpack-plugin": "^4.0.0-beta.0", "fs-extra": "^4.0.2", "http-proxy-middleware": "^0.19.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", "lite-server": "^2.4.0", "markdown-toc": "1.1.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", "ng-packagr": "4.0.1", "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", "sass-loader": "6.0.5", "scss-bundle": "2.3.2", "systemjs-builder": "0.15.34", "traceur": "0.0.111", "ts-node": "~4.1.0", "tsickle": "^0.32.1", "tslint": "5.9.1", "typedoc": "^0.11.1", "typescript": "2.9.2", "unzip-stream": "^0.3.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": "150 kb" } ], "engines": { "node": ">=6.0.0" }, "module": "./index.js", "typings": "./index.d.ts" }