UNPKG

storybook-addon-react-docgen

Version:
142 lines (141 loc) 3.69 kB
{ "name": "storybook-addon-react-docgen", "version": "1.2.44", "description": "A storybook addon to display react docgen info.", "main": "dist/index.js", "source": "index.js", "author": { "name": "Andrew Lisowski", "email": "lisowski54@gmail.com" }, "files": [ "dist", "register.js" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "https://github.com/hipstersmoothie/storybook-addon-react-docgen" }, "scripts": { "lint": "xo --ignore stories", "build": "babel --extensions \".ts,.tsx,.js\" src -d dist", "build:types": "tsc", "build:watch": "npm run build -- --watch", "prerelease": "npm run build && npm run build:types", "release": "auto shipit -vv", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook" }, "devDependencies": { "@auto-it/gh-pages": "^9.39.0", "@babel/cli": "7.6.2", "@babel/core": "7.6.2", "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/plugin-proposal-optional-chaining": "^7.10.1", "@babel/preset-env": "7.6.2", "@babel/preset-react": "7.0.0", "@babel/preset-typescript": "^7.10.1", "@storybook/addon-actions": "^5.3.19", "@storybook/addon-docs": "^5.3.19", "@storybook/addon-links": "^5.3.19", "@storybook/addons": "^5.3.19", "@storybook/components": "^5.3.19", "@storybook/core-events": "^5.3.19", "@storybook/react": "^5.3.19", "@types/react-dom": "^16.9.8", "auto": "^9.39.0", "auto-config-hipstersmoothie": "^3.0.24", "babel-core": "7.0.0-bridge.0", "babel-loader": "^8.1.0", "babel-plugin-add-module-exports": "1.0.2", "eslint": "^7.2.0", "eslint-config-prettier": "^6.11.0", "eslint-config-xo-react": "^0.23.0", "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^4.0.4", "husky": "3.0.7", "lint-staged": "9.4.1", "prettier": "1.18.2", "react": "16.10.1", "react-dom": "16.10.1", "xo": "^0.32.0" }, "peerDependencies": { "@storybook/addons": "*", "@storybook/components": "*", "@storybook/core-events": "*", "react": "*" }, "prettier": { "singleQuote": true }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,json,css,md}": [ "prettier --write", "git add" ] }, "xo": { "extends": [ "xo-react/space", "prettier" ], "rules": { "react/jsx-tag-spacing": 0, "unicorn/filename-case": 0, "@typescript-eslint/indent": 0, "@typescript-eslint/ban-types": 0, "@typescript-eslint/no-dynamic-delete": 0, "@typescript-eslint/prefer-nullish-coalescing": 0, "@typescript-eslint/restrict-template-expressions": 0, "@typescript-eslint/consistent-type-assertions": 0, "react/prop-types": 0 } }, "babel": { "presets": [ "@babel/env", "@babel/preset-react", "@babel/preset-typescript" ], "plugins": [ "@babel/plugin-proposal-class-properties", "add-module-exports", "@babel/plugin-proposal-optional-chaining" ] }, "dependencies": { "nested-object-assign": "^1.0.3", "prop-types": "^15.6.2", "react-lifecycles-compat": "^3.0.4", "storybook-pretty-props": "^1.2.1" }, "auto": { "extends": "hipstersmoothie", "plugins": [ [ "gh-pages", { "buildCommand": "npm run storybook:build", "dir": "./out" } ] ] }, "keywords": [ "storybook", "addon", "react", "docgen", "typescript" ], "license": "MIT" }