{
  "name": "@avalane/storybook-addon-status",
  "version": "5.0.1",
  "description": "Add component status to the storybook UI",
  "main": "dist/preset.js",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js"
  ],
  "scripts": {
    "prepare": "husky install; babel ./src --out-dir ./dist",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "lint": "eslint . && stylelint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/etchteam/storybook-addon-status.git"
  },
  "keywords": [
    "storybook",
    "addon",
    "status",
    "react",
    "storybook-addon",
    "organize",
    "popular"
  ],
  "author": "etchteam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/etchteam/storybook-addon-status/issues"
  },
  "homepage": "https://github.com/etchteam/storybook-addon-status#readme",
  "devDependencies": {
    "@etchteam/eslint-config": "^1.7.1",
    "@storybook/client-logger": "^8.0.0",
    "@storybook/components": "^8.0.0",
    "@storybook/core-events": "^8.0.0",
    "@storybook/manager-api": "^8.0.0",
    "@storybook/test": "^8.0.0",
    "@storybook/theming": "^8.0.0",
    "eslint": "^8.54.0",
    "lodash": "^4.17.21",
    "prettier": "^3.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-react": "^7.18.6",
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@etchteam/stylelint-config": "^1.5.0",
    "@storybook/addon-essentials": "^8.0.0",
    "@storybook/addon-interactions": "^8.0.0",
    "@storybook/addon-links": "^8.0.0",
    "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
    "@storybook/blocks": "^8.0.0",
    "@storybook/react": "^8.0.0",
    "@storybook/react-webpack5": "^8.0.0",
    "babel-loader": "^8.2.2",
    "eslint-plugin-storybook": "^0.6.12",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "prop-types": "^15.8.1",
    "storybook": "^8.0.6",
    "stylelint": "^15.11.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "storybook": {
    "icon": "https://pbs.twimg.com/profile_images/998947662287130625/7Ff1hOdQ_400x400.jpg",
    "displayName": "Status"
  }
}
