mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
readme modify start.sh and nom-build-all refactoring change travis conf update version of zone.js (fixes console error) karma conf remove dist add alias build override tsconfig components build
143 lines
4.8 KiB
JSON
143 lines
4.8 KiB
JSON
{
|
|
"name": "Alfresco-Angular2-Demo",
|
|
"description": "Demo shell for Alfresco Angular2 components",
|
|
"version": "1.4.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"build": "rimraf dist && npm run webpack -- --config config/webpack.prod.js --progress --profile --bail",
|
|
"build:dev": "rimraf dist && npm run webpack -- --config config/webpack.dev.js --progress --profile --bail",
|
|
"start:dist": "npm run server-versions && wsrv -s dist/ -p 3000 -a 0.0.0.0",
|
|
"start": "npm run server-versions && npm run webpack-dev-server -- --config config/webpack.prod.js --progress --content-base app/",
|
|
"start:dev": "npm run server-versions && npm run webpack-dev-server -- --config config/webpack.dev.js --progress --content-base app/",
|
|
"test": "rimraf coverage && karma start --single-run",
|
|
"clean": "npm run clean-build && rimraf dist node_modules typings dist",
|
|
"clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'",
|
|
"server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || exit 0",
|
|
"webpack-dev-server": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js",
|
|
"webpack": "node node_modules/webpack/bin/webpack.js",
|
|
"aws": "node app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Denys Vuika",
|
|
"email": "denis.vuyka@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mario Romano",
|
|
"email": "mario.romano83@gmail.com"
|
|
},
|
|
{
|
|
"name": "Will Abson",
|
|
"email": "will.abson@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
},
|
|
{
|
|
"name": "Maurizio Vitale",
|
|
"email": "maurizio.vitale@alfresco.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"ng2",
|
|
"angular",
|
|
"angular2",
|
|
"alfresco"
|
|
],
|
|
"dependencies": {
|
|
"@angular/animations": "~4.0.0",
|
|
"@angular/common": "~4.0.0",
|
|
"@angular/compiler": "~4.0.0",
|
|
"@angular/core": "~4.0.0",
|
|
"@angular/forms": "~4.0.0",
|
|
"@angular/http": "~4.0.0",
|
|
"@angular/platform-browser": "~4.0.0",
|
|
"@angular/platform-browser-dynamic": "~4.0.0",
|
|
"@angular/router": "~4.0.0",
|
|
"@angular/compiler-cli": "~4.0.0",
|
|
"@angular/material": "2.0.0-beta.1",
|
|
"core-js": "2.4.1",
|
|
"reflect-metadata": "0.1.9",
|
|
"rxjs": "5.1.0",
|
|
"zone.js": "0.8.4",
|
|
"dialog-polyfill": "^0.4.7",
|
|
"material-design-icons": "2.2.3",
|
|
"material-design-lite": "1.2.1",
|
|
"ng2-translate": "5.0.0",
|
|
"pdfjs-dist": "1.5.404",
|
|
"flag-icon-css": "2.3.0",
|
|
"moment": "2.15.1",
|
|
"chart.js": "2.5.0",
|
|
"ng2-charts": "1.5.0",
|
|
"raphael": "2.2.7",
|
|
"md-date-time-picker": "2.2.0",
|
|
"element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
|
"ng2-3d-editor": "0.0.15",
|
|
"alfresco-js-api": "~1.4.0",
|
|
"ng2-activiti-analytics": "1.4.0",
|
|
"ng2-activiti-diagrams": "1.4.0",
|
|
"ng2-activiti-form": "1.4.0",
|
|
"ng2-activiti-processlist": "1.4.0",
|
|
"ng2-activiti-tasklist": "1.4.0",
|
|
"ng2-alfresco-core": "1.4.0",
|
|
"ng2-alfresco-datatable": "1.4.0",
|
|
"ng2-alfresco-documentlist": "1.4.0",
|
|
"ng2-alfresco-login": "1.4.0",
|
|
"ng2-alfresco-search": "1.4.0",
|
|
"ng2-alfresco-tag": "1.4.0",
|
|
"ng2-alfresco-social": "1.4.0",
|
|
"ng2-alfresco-upload": "1.4.0",
|
|
"ng2-alfresco-userinfo": "1.4.0",
|
|
"ng2-alfresco-viewer": "1.4.0",
|
|
"ng2-alfresco-webscript": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hammerjs": "^2.0.34",
|
|
"@types/jasmine": "2.5.35",
|
|
"@types/node": "6.0.45",
|
|
"angular2-template-loader": "^0.6.2",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"css-loader": "0.26.1",
|
|
"extract-text-webpack-plugin": "^2.0.0-rc.3",
|
|
"file-loader": "^0.10.0",
|
|
"html-loader": "^0.4.4",
|
|
"html-webpack-plugin": "^2.28.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"karma": "^1.4.1",
|
|
"karma-chrome-launcher": "2.0.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-jasmine-ajax": "0.1.13",
|
|
"karma-jasmine-html-reporter": "0.2.0",
|
|
"karma-mocha-reporter": "^2.2.2",
|
|
"karma-remap-istanbul": "^0.6.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^2.0.2",
|
|
"null-loader": "^0.1.1",
|
|
"raw-loader": "^0.5.1",
|
|
"rimraf": "^2.5.4",
|
|
"script-loader": "0.7.0",
|
|
"source-map-loader": "^0.1.6",
|
|
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
|
|
"style-loader": "0.13.1",
|
|
"to-string-loader": "^1.1.4",
|
|
"ts-loader": "^2.0.0",
|
|
"tslint": "^4.4.2",
|
|
"tslint-loader": "^3.3.0",
|
|
"typescript": "^2.1.6",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-server": "^2.3.0",
|
|
"webpack-merge": "^2.6.1",
|
|
"wsrv": "^0.1.6"
|
|
}
|
|
}
|