@nx/storybook
Version:
116 lines • 2.75 kB
JSON
{
"name": "@nx/storybook",
"version": "23.1.0",
"private": false,
"type": "commonjs",
"files": [
"dist",
"!dist/tsconfig.tsbuildinfo",
"migrations.json",
"executors.json",
"generators.json"
],
"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": "./dist/index.js",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"plugin": [
"dist/plugin.d.ts"
],
"presets/cypress": [
"dist/presets/cypress.d.ts"
],
"src/*": [
"dist/src/*.d.ts"
],
"src/*.js": [
"dist/src/*.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",
"supportsOptionalMigrations": true
},
"exports": {
".": {
"@nx/nx-source": "./index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./migrations.json": "./migrations.json",
"./generators.json": "./generators.json",
"./executors.json": "./executors.json",
"./plugin": {
"@nx/nx-source": "./plugin.ts",
"types": "./dist/plugin.d.ts",
"default": "./dist/plugin.js"
},
"./presets/cypress": {
"@nx/nx-source": "./presets/cypress.ts",
"types": "./dist/presets/cypress.d.ts",
"default": "./dist/presets/cypress.js"
},
"./src/*": {
"@nx/nx-source": "./src/*.ts",
"types": "./dist/src/*.d.ts",
"default": "./dist/src/*.js"
},
"./src/*.js": {
"@nx/nx-source": "./src/*.ts",
"types": "./dist/src/*.d.ts",
"default": "./dist/src/*.js"
}
},
"dependencies": {
"@phenomnomnominal/tsquery": "~6.2.0",
"semver": "^7.6.3",
"tslib": "^2.3.0",
"@nx/devkit": "23.1.0",
"@nx/cypress": "23.1.0",
"@nx/eslint": "23.1.0",
"@nx/js": "23.1.0"
},
"devDependencies": {
"storybook": "9.0.6",
"nx": "23.1.0"
},
"peerDependencies": {
"storybook": ">=8.0.0 <11.0.0",
"@nx/web": "23.1.0"
},
"peerDependenciesMeta": {
"@nx/web": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}