mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* move tslint ADF rules in principal repo * fix style issues * change pacakge.json position * update to angular cli 6.0.0 * reorganization package.json * remove node modules2 folder * exclude integration * rollback alfresco-js-api * solve types problems * fix pdf test * fix errors and exclude two tests * fix e2e * fix test * copy all the new packages in node_modules * fix test * fix packaging script * scss issue fix * move test export in tools
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "adf-tslint-rules",
|
|
"description": "Custom Rules for the ADF project",
|
|
"version": "0.0.4",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"tscv": "tsc --version",
|
|
"tsc": "tsc",
|
|
"tsc:watch": "tsc --w"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Eugenio Romano",
|
|
"email": "eugenio.romano@alfresco.com"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"@angular/compiler": "4.2.3",
|
|
"@angular/core": "4.2.3",
|
|
"@types/chai": "3.4.33",
|
|
"@types/less": "0.0.31",
|
|
"@types/mocha": "2.2.32",
|
|
"@types/node": "6.0.41",
|
|
"@types/node-sass": "3.10.31",
|
|
"@types/source-map": "0.5.0",
|
|
"@types/sprintf-js": "0.0.27",
|
|
"chai": "3.5.0",
|
|
"chai-spies": "0.7.1",
|
|
"minimalist": "1.0.0",
|
|
"mocha": "3.0.2",
|
|
"node-sass": "3.13.0",
|
|
"rimraf": "2.5.2",
|
|
"rxjs": "5.4.1",
|
|
"ts-node": "1.2.2",
|
|
"tslint": "5.0.0",
|
|
"typescript": "2.4.0",
|
|
"zone.js": "0.8.4",
|
|
"js-yaml": "3.8.4",
|
|
"json-stringify-pretty-compact": "1.0.4",
|
|
"@types/js-yaml": "3.5.31"
|
|
},
|
|
"peerDependencies": {
|
|
"tslint": "5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"app-root-path": "2.0.1",
|
|
"css-selector-tokenizer": "0.7.0",
|
|
"cssauron": "1.4.0",
|
|
"semver-dsl": "1.0.1",
|
|
"source-map": "0.5.6",
|
|
"sprintf-js": "1.0.3",
|
|
"codelyzer": "3.1.2"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|