{
  "name": "@nrwl/storybook",
  "version": "14.7.5",
  "description": "The Nx Plugin for Storybook that 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.js",
  "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": {
    "@nrwl/cypress": "14.7.5",
    "@nrwl/devkit": "14.7.5",
    "@nrwl/linter": "14.7.5",
    "@nrwl/workspace": "14.7.5",
    "core-js": "^3.6.5",
    "dotenv": "~10.0.0",
    "semver": "7.3.4",
    "ts-loader": "^9.3.1",
    "tsconfig-paths-webpack-plugin": "3.5.2"
  },
  "gitHead": "42479565e909e97e88293d94ebb8f1932690f82f"
}
