You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

56 lines
1.3 KiB

{
"name": "@nx/storybook",
"version": "22.4.5",
"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": "22.4.5",
"@phenomnomnominal/tsquery": "~6.1.4",
"semver": "^7.6.3",
"tslib": "^2.3.0",
"@nx/cypress": "22.4.5",
"@nx/js": "22.4.5",
"@nx/eslint": "22.4.5"
},
"devDependencies": {
"nx": "22.4.5",
"storybook": "9.0.6"
},
"peerDependencies": {
"storybook": ">=7.0.0 <11.0.0"
},
"publishConfig": {
"access": "public"
},
"types": "./index.d.ts",
"type": "commonjs"
}