mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* ACS-5041 Changed json to js * ACS-5041 Corrected paths * ACS-5041 Changed json to js * ACS-5041 Updated eslintrc * ACS-5041 Small correction * ACS-5041 Small correction * ACS-5041 Updated license headers * ACS-5041 Updated license headers * ACS-5041 Replaced references to alfresco * ACS-5041 Added Hyland to known words * ACS-5041 Fixed coverage issue * ACS-5041 Fixed duplication issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed test * ACS-5041 Fixed test * ACS-5041 Reverted one change * ACS-5041 Added missing license to files after rebase
37 lines
910 B
JSON
37 lines
910 B
JSON
{
|
|
"name": "adf-doc-tools",
|
|
"description": "ADF doc tools",
|
|
"version": "4.2.0",
|
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@alfresco/js-api": "5.5.0-780",
|
|
"ejs": "^3.1.6",
|
|
"fast-levenshtein": "^3.0.0",
|
|
"graphql": "^15.4.0",
|
|
"graphql-request": "^3.1.0",
|
|
"js-yaml": "3.14.1",
|
|
"markdownlint-cli": "^0.16.0",
|
|
"mdast": "2.3.2",
|
|
"mdast-util-compact": "1.0.3",
|
|
"mdast-util-heading-range": "2.1.3",
|
|
"mdast-util-toc": "2.1.0",
|
|
"mdast-zone": "3.0.4",
|
|
"moment": "2.29.2",
|
|
"remark": "^9.0.0",
|
|
"remark-frontmatter": "^1.2.0",
|
|
"rxjs": "^6.6.6",
|
|
"typedoc": "^0.15.0",
|
|
"typescript": "3.9.8",
|
|
"unist-util-select": "2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@paperist/types-remark": "0.1.3",
|
|
"@types/node": "^14.14.26"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|