mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
To increase the ease of development we are moving @angular/docs into the adev directory within this repo. While we are doing this to improve our development experience in the short term, efforts are also in place to maintain a division between this @angular/docs (shared) code and adev itself, so that it can be extracted back out in the future when components is ready to leverage it as well. PR Close #57132
32 lines
1 KiB
JSON
32 lines
1 KiB
JSON
{
|
|
"name": "@angular/docs",
|
|
"version": "0.0.0-{SCM_HEAD_SHA}",
|
|
"peerDependencies": {
|
|
"@angular/cdk": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"@angular/common": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"@angular/core": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"@angular/forms": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"@angular/material": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"@angular/platform-browser": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"@angular/router": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
|
|
"algoliasearch": "^4.20.0",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@webcontainer/api": "^1.1.8",
|
|
"diff": "~5.2.0",
|
|
"emoji-regex": "~10.3.0",
|
|
"fast-glob": "~3.3.2",
|
|
"fflate": "^0.8.2",
|
|
"html-entities": "~2.5.2",
|
|
"jsdom": "~24.1.0",
|
|
"marked": "~12.0.2",
|
|
"mermaid": "^10.8.0",
|
|
"shiki": "^1.10.3"
|
|
},
|
|
"exports": {
|
|
"./styles/*": {
|
|
"sass": "./styles/*"
|
|
}
|
|
}
|
|
}
|