Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 553B

12345678910111213141516171819202122
  1. {
  2. "name": "base-core",
  3. "version": "0.0.1",
  4. "peerDependencies": {
  5. "@angular/common": "^19.2.0",
  6. "@angular/compiler": "^19.2.0",
  7. "@angular/core": "^19.2.0",
  8. "@angular/forms": "^19.2.0",
  9. "@angular/platform-browser": "^19.2.0",
  10. "@angular/platform-browser-dynamic": "^19.2.0",
  11. "@angular/router": "^19.2.0",
  12. "@angular/material": "^19.2.19",
  13. "@angular/cdk": "^19.2.19",
  14. "rxjs": "~7.8.0",
  15. "marked": "^17.0.1",
  16. "prismjs": "^1.30.0"
  17. },
  18. "dependencies": {
  19. "tslib": "^2.3.0"
  20. },
  21. "sideEffects": false
  22. }