{
  "name": "@skbkontur/storybook-addon-live-examples",
  "version": "0.0.17",
  "description": "Storybook live examples plugin",
  "keywords": [
    "storybook-addons",
    "code",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "https://git.skbkontur.ru/ui/storybook-addon-live-examples"
  },
  "author": "",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/ts/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "clean": "rimraf ./dist",
    "buildBabel": "concurrently \"yarn buildBabel:cjs\" \"yarn buildBabel:esm\"",
    "buildBabel:cjs": "babel ./src -d ./dist/cjs --extensions \".js,.jsx,.ts,.tsx\"",
    "buildBabel:esm": "babel ./src -d ./dist/esm --env-name esm --extensions \".js,.jsx,.ts,.tsx\"",
    "buildTsc": "tsc --declaration --emitDeclarationOnly --outDir ./dist/ts",
    "prebuild": "yarn clean",
    "build": "concurrently \"yarn buildBabel\" \"yarn buildTsc\"",
    "build:watch": "concurrently \"yarn buildBabel:esm -- --watch\" \"yarn buildTsc -- --watch\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "storybook dev -p 6006",
    "start": "concurrently \"yarn build:watch\" \"yarn storybook -- --quiet\"",
    "build-storybook": "storybook build"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.5",
    "@babel/core": "^7.21.8",
    "@babel/plugin-transform-runtime": "^7.21.4",
    "@babel/preset-env": "^7.21.5",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.5",
    "@storybook/addon-essentials": "7.6.18",
    "@storybook/react": "7.6.18",
    "@storybook/react-webpack5": "7.6.18",
    "@types/prettier": "^2.3.2",
    "@types/react-dom": "^17.0.9",
    "babel-loader": "^8.1.0",
    "boxen": "^5.0.1",
    "concurrently": "^6.2.0",
    "dedent": "^0.7.0",
    "prop-types": "^15.7.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^3.0.2",
    "storybook": "7.6.18"
  },
  "peerDependencies": {
    "storybook": "^7.0.0",
    "@storybook/addon-docs": "^7.0.0",
    "@storybook/addons": "^7.0.0",
    "@storybook/manager-api": "^7.0.0",
    "react": "^18",
    "react-dom": "^18"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "@skbkontur:registry": "https://registry.npmjs.org/"
  },
  "storybook": {
    "displayName": "Storybook live examples plugin",
    "supportedFrameworks": [
      "react"
    ],
    "icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
  },
  "dependencies": {
    "@storybook/icons": "^1.2.12",
    "prettier": "^3.2.5",
    "react-live": "^4.1.8",
    "remark-mdx-code-meta": "^2.0.0",
    "typescript": "^4"
  }
}
