| 123456789101112131415161718192021222324 |
- {
- "name": "@ex-helpers/element",
- "version": "8.1.1",
- "description": "Several element wrapper helpers",
- "scripts": {
- "build": "exb",
- "release": "exb --release"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@ex-helpers/stack": "0.1",
- "lodash-es": "4"
- },
- "devDependencies": {
- "@angular/core": "^6.1.10",
- "@ex-helpers/build": "^0.1.18",
- "@types/lodash-es": "^4.17.1",
- "rimraf": "^2.6.2",
- "rxjs": "^6.0.0",
- "typescript": "3.2",
- "zone.js": "~0.8.26"
- }
- }
|