angular/adev/shared-docs/package.json
Alan Agius 45f899a272 refactor: replace fast-glob usage with tinyglobby (#60264)
Usage of the `fast-glob` package has been replaced with the `tinyglobby` package. The change reduces the number of transitive dependencies related to these packages from 17 to 2 while also maintaining equivalent functionality. This was also changed in the Angular CLI packages.

PR Close #60264
2025-03-07 10:57:23 -08:00

33 lines
826 B
JSON

{
"name": "@angular/docs",
"version": "0.0.0-PLACEHOLDER",
"peerDependencies": {
"@angular/cdk": "^19.2.0-next",
"@angular/common": "^19.2.0-next",
"@angular/core": "^19.2.0-next",
"@angular/forms": "^19.2.0-next",
"@angular/material": "^19.2.0-next",
"@angular/platform-browser": "^19.2.0-next",
"@angular/router": "^19.2.0-next",
"@angular/ssr": "^19.2.0-next",
"algoliasearch": "^5.0.0",
"rxjs": "^7.8.1"
},
"dependencies": {
"@webcontainer/api": "^1.1.8",
"diff": "~7.0.0",
"emoji-regex": "~10.4.0",
"fflate": "^0.8.2",
"html-entities": "~2.5.2",
"jsdom": "~26.0.0",
"marked": "~15.0.0",
"mermaid": "^11.0.0",
"shiki": "^3.0.0",
"tinyglobby": "^0.2.12"
},
"exports": {
"./styles/*": {
"sass": "./styles/*"
}
}
}