UNPKG

react-docgen-typescript-webpack-plugin

Version:

Webpack plugin to generate docgen information from Typescript React components.

66 lines (65 loc) 1.76 kB
{ "name": "react-docgen-typescript-webpack-plugin", "version": "1.1.0", "description": "Webpack plugin to generate docgen information from Typescript React components.", "keywords": [ "storybook", "react", "docgen", "typescript", "webpack", "plugin" ], "homepage": "https://github.com/strothj/react-docgen-typescript-webpack-plugin", "bugs": "https://github.com/strothj/react-docgen-typescript-webpack-plugin/issues", "repository": "https://github.com/strothj/react-docgen-typescript-webpack-plugin.git", "author": "strothj (https://github.com/strothj)", "main": "dist/index.js", "license": "MIT", "engines": { "node": ">= 8.9", "yarn": ">= 1.3.2" }, "pre-commit": [ "lint", "test" ], "files": [ "dist/index.js" ], "scripts": { "build": "rollup -c", "lint": "tslint -p ./", "start": "rollup -c --watch", "test": "jest" }, "devDependencies": { "@types/jest": "^22.1.1", "@types/memory-fs": "^0.3.0", "@types/node": "^8.9.1", "@types/react": "^16.0.36", "@types/webpack": "^3.8.5", "jest": "^22.2.1", "memory-fs": "^0.4.1", "pre-commit": "^1.2.2", "prettier": "^1.10.2", "react": "^16.2.0", "rollup": "^0.55.3", "rollup-plugin-json": "^2.3.0", "rollup-plugin-typescript2": "^0.11.0", "ts-jest": "^22.0.3", "ts-loader": "^3.5.0", "tslint": "^5.9.1", "tslint-config-airbnb": "^5.6.0", "tslint-config-prettier": "^1.7.0", "tslint-language-service": "^0.9.8", "tslint-plugin-prettier": "^1.3.0", "typescript": "^2.7.1", "typescript-snapshots-plugin": "^1.1.0", "webpack": "^3.10.0" }, "dependencies": { "ajv": "^6.1.1", "react-docgen-typescript": "^1.2.3" } }