nx/packages/storybook/package.json

46 lines
1.1 KiB
JSON

{
"name": "@nx/storybook",
"version": "0.0.1",
"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"
],
"main": "./index",
"typings": "./index.d.ts",
"author": "Isaac Mann",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./generators.json",
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@phenomnomnominal/tsquery": "~5.0.1",
"semver": "7.5.3",
"tslib": "^2.3.0",
"@nx/cypress": "file:../cypress",
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js",
"@nx/linter": "file:../linter",
"@nx/workspace": "file:../workspace"
},
"publishConfig": {
"access": "public"
}
}