{ "name": "alfresco-components", "description": "Alfresco Angular components", "version": "2.4.0-beta2", "author": "Alfresco Software, Ltd.", "main": "./index.js", "scripts": { "docbuild": "node ./tools/doc/docProcessor.js", "prepublishOnly": "npm run build-lib", "markdownlint": "markdownlint ./docs", "build-lib": "./scripts/ng-packagr.sh", "bundlesize-check": "bundlesize", "bundlesize-map": "npm run webpack -- --config ./lib/config/webpack.bundle-check.js --progress --profile --bail", "lint-lib": "./node_modules/.bin/tslint -p ./lib/tsconfig.json -c ./lib/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", "test-lib": "node ./node_modules/karma/bin/karma start ./lib/karma.conf.js --reporters mocha,coverage --single-run --component .", "test-lib-browser": "node ./node_modules/karma/bin/karma start ./lib/karma.conf.js --reporters kjhtml", "ng": "ng", "validate-config": "ajv validate -s ./lib/core/app-config/schema.json -d ./demo-shell/src/app.config.json --errors=text --verbose", "start": "npm run validate-config && npm run server-versions && ng serve --host 0.0.0.0 --proxy-config ./demo-shell/proxy.conf.js --app dist --open", "start:dev": "npm run validate-config && npm run server-versions && concurrently \"ng serve --host 0.0.0.0 --disable-host-check --app dev --proxy-config ./demo-shell/proxy.conf.js --open\" \"npm run style:dev --watch\" ", "start:dist": "npm run validate-config && npm run server-versions && ng serve --prod --host 0.0.0.0 --disable-host-check --app dist --proxy-config ./demo-shell/proxy.conf.js --open", "build": "npm run validate-config && npm run server-versions && ng build --app dist", "build:dev": "npm run validate-config && npm run lint && npm run style:dev && npm run server-versions && ng build --app dev", "build:dist": "npm run validate-config && npm run server-versions && ng build --prod --app dist", "style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail", "test": "ng test --single-run", "lint": "ng lint", "e2e": "ng e2e --app dist --deleteOutputPath=false", "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" }, "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.4.0-beta3", "@alfresco/adf-core": "2.4.0-beta3", "@alfresco/adf-insights": "2.4.0-beta3", "@alfresco/adf-process-services": "2.4.0-beta3", "@angular/animations": "5.1.1", "@angular/cdk": "5.0.1", "@angular/common": "5.1.1", "@angular/compiler": "5.1.1", "@angular/core": "5.1.1", "@angular/flex-layout": "2.0.0-beta.12", "@angular/forms": "5.1.1", "@angular/http": "5.1.1", "@angular/material": "5.0.1", "@angular/material-moment-adapter": "5.0.1", "@angular/platform-browser": "5.1.1", "@angular/platform-browser-dynamic": "5.1.1", "@angular/router": "5.1.1", "@mat-datetimepicker/core": "1.0.4", "@mat-datetimepicker/moment": "1.0.4", "@ngx-translate/core": "9.1.1", "@nrwl/schematics": "^1.0.3", "alfresco-js-api": "2.4.0-beta3", "chart.js": "2.5.0", "classlist.js": "1.1.20150312", "core-js": "2.4.1", "custom-event-polyfill": "0.3.0", "hammerjs": "2.0.8", "intl": "1.2.5", "minimatch": "3.0.4", "moment": "2.20.1", "moment-es6": "^1.0.0", "ng2-charts": "1.6.0", "pdfjs-dist": "2.0.265", "raphael": "2.2.7", "reflect-metadata": "0.1.10", "rxjs": "5.5.2", "systemjs": "0.19.27", "web-animations-js": "2.3.1", "zone.js": "^0.8.26" }, "devDependencies": { "@angular/cli": "1.7.4", "@angular/compiler-cli": "^5.2.0", "@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", "autoprefixer": "6.5.4", "bundlesize": "^0.15.3", "chalk": "^2.3.2", "codelyzer": "4.3.0", "commander": "^2.15.1", "concurrently": "^3.5.1", "copy-webpack-plugin": "4.0.1", "css-loader": "0.25.0", "css-to-string-loader": "0.1.2", "cssnano": "3.8.1", "ejs": "^2.6.1", "extract-text-webpack-plugin": "2.0.0-rc.3", "file-loader": "0.11.1", "fork-ts-checker-webpack-plugin": "0.2.3", "fs-extra": "^4.0.2", "happypack": "4.0.0", "html-loader": "0.4.4", "html-webpack-plugin": "2.28.0", "istanbul-instrumenter-loader": "3.0.0", "jasmine-ajax": "3.2.0", "jasmine-core": "~2.8.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~2.0.0", "karma-chrome-launcher": "~2.2.0", "karma-cli": "~1.0.1", "karma-coverage": "1.1.1", "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.2", "karma-remap-istanbul": "0.6.0", "karma-sourcemap-loader": "0.3.7", "karma-systemjs": "0.16.0", "karma-webpack": "2.0.9", "loader-utils": "1.1.0", "markdown-toc": "1.1.0", "markdownlint-cli": "^0.3.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": "2.4.2", "node-sass": "4.5.3", "null-loader": "0.1.1", "protractor": "~5.1.2", "raw-loader": "0.5.1", "remap-istanbul": "0.6.3", "remark": "^9.0.0", "remark-frontmatter": "^1.2.0", "rimraf": "^2.6.2", "rollup-plugin-cleanup": "^2.0.0", "rollup-plugin-commonjs": "8.3.0", "rollup-plugin-license": "^0.5.0", "rollup-plugin-shift-header": "^1.0.1", "run-sequence": "1.2.2", "sass-loader": "6.0.5", "script-loader": "0.7.0", "scss-bundle": "2.1.0", "source-map-loader": "0.2.3", "style-loader": "0.13.1", "systemjs-builder": "0.15.34", "to-string-loader": "1.1.5", "traceur": "0.0.91", "ts-loader": "3.3.0", "ts-node": "~4.1.0", "tsickle": "^0.26.0", "tslint": "5.9.1", "tslint-loader": "3.5.3", "typedoc": "^0.11.1", "typescript": "2.6.1", "uglifyjs-webpack-plugin": "1.1.6", "webpack-bundle-analyzer": "2.9.0", "webpack-merge": "2.6.1" }, "license": "Apache-2.0", "bundlesize": [ { "path": "./lib/dist/content-services/bundles/adf-content-services.umd.js", "maxSize": "70 kb" }, { "path": "./lib/dist/process-services/bundles/adf-process-services.umd.js", "maxSize": "50 kb" }, { "path": "./lib/dist/insights/bundles/adf-insights.umd.js", "maxSize": "50 kb" }, { "path": "./lib/dist/core/bundles/adf-core.umd.js", "maxSize": "150 kb" } ], "engines": { "node": ">=6.0.0" }, "module": "./index.js", "typings": "./index.d.ts" }