@stories-js/angular
Version:
Angular Stories renderer and wrapper for custom elements of Stories to be used as first-class Angular components
59 lines • 1.49 kB
JSON
{
"name": "@stories-js/angular",
"sideEffects": false,
"version": "0.2.0",
"license": "GPL-2.0",
"author": "StoriesJS team",
"description": "Angular Stories renderer and wrapper for custom elements of Stories to be used as first-class Angular components",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"stories",
"storiesjs",
"angular",
"angularjs",
"react",
"reactjs",
"vue",
"vuejs",
"components",
"web components",
"documentation",
"jamstack",
"markup",
"mdx",
"frontend",
"backend",
"reuseable",
"tool",
"ui",
"user interface"
],
"main": "bundles/stories-js-angular.umd.js",
"module": "fesm2015/stories-js-angular.js",
"es2015": "fesm2015/stories-js-angular.js",
"esm2015": "esm2015/stories-js-angular.js",
"fesm2015": "fesm2015/stories-js-angular.js",
"typings": "stories-js-angular.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/storiesjs/stories.git"
},
"peerDependencies": {
"@angular/animations": "~12.0.5",
"@angular/common": "~12.0.5",
"@angular/compiler": "~12.0.5",
"@angular/core": "~12.0.5",
"@angular/forms": "~12.0.5",
"@angular/platform-browser": "~12.0.5",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/router": "~12.0.5",
"rxjs": "~6.6.0",
"zone.js": "~0.11.4"
},
"dependencies": {
"tslib": "^2.1.0"
}
}