package.json 561 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@ex-helpers/element",
  3. "version": "0.1.10",
  4. "description": "Several element wrapper helpers",
  5. "scripts": {
  6. "build": "exb",
  7. "release": "exb --release"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@ex-helpers/stack": ">=0.1.10",
  13. "lodash-es": "^4.17.11"
  14. },
  15. "peerDependencies": {
  16. "rxjs": "^6.0.0",
  17. "zone.js": "~0.8.26"
  18. },
  19. "devDependencies": {
  20. "@angular/core": "^6.1.10",
  21. "@ex-helpers/build": "^0.1.18",
  22. "@types/lodash-es": "^4.17.1",
  23. "rimraf": "^2.6.2",
  24. "typescript": "^2"
  25. }
  26. }