UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

55 lines 1.3 kB
{ "name": "@nx/storybook", "version": "21.5.2", "private": false, "description": "The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/storybook" }, "keywords": [ "Angular", "React", "Web", "Storybook", "Cypress", "CLI", "Front-end", "Testing" ], "main": "./index.js", "typings": "./index.d.ts", "author": "Isaac Mann", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "generators": "./generators.json", "executors": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "@nx/devkit": "21.5.2", "@phenomnomnominal/tsquery": "~5.0.1", "semver": "^7.5.3", "tslib": "^2.3.0", "@nx/cypress": "21.5.2", "@nx/js": "21.5.2", "@nx/eslint": "21.5.2" }, "devDependencies": { "nx": "21.5.2" }, "peerDependencies": { "storybook": ">=7.0.0 <10.0.0" }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "type": "commonjs" }