mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
137 lines
4.2 KiB
JSON
137 lines
4.2 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 && webpack --config config/webpack.prod.js --progress --profile --bail",
|
|
"start": "npm run server-versions && node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress",
|
|
"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",
|
|
"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/common": "2.4.7",
|
|
"@angular/compiler": "2.4.7",
|
|
"@angular/compiler-cli": "2.4.7",
|
|
"@angular/core": "2.4.7",
|
|
"@angular/forms": "2.4.7",
|
|
"@angular/http": "2.4.7",
|
|
"@angular/material": "2.0.0-beta.1",
|
|
"@angular/platform-browser": "2.4.7",
|
|
"@angular/platform-browser-dynamic": "2.4.7",
|
|
"@angular/router": "3.4.7",
|
|
"core-js": "2.4.1",
|
|
"reflect-metadata": "0.1.9",
|
|
"rxjs": "5.1.0",
|
|
"zone.js": "0.7.6",
|
|
|
|
"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/jasmine": "2.5.41",
|
|
"@types/node": "^7.0.5",
|
|
"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-coverage": "^1.1.1",
|
|
"karma-chrome-launcher": "2.0.0",
|
|
"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",
|
|
"to-string-loader": "^1.1.4",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|