@m1stergo/storybook-autodocs
Version:
Storybook autodocs is an utility that takes the typescript definitions of your Vue component and defines the argTypes for storybook automatically.
47 lines (46 loc) • 1.25 kB
JSON
{
"dependencies": {
"chevrotain": "^10.4.2",
"minimist": "^1.2.8"
},
"devDependencies": {
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "8.0.3",
"lint-staged": "^13.2.0",
"prettier": "2.8.7",
"vite": "^4.3.1",
"vitepress": "^1.0.0-alpha.72"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"build": "vite build",
"publish": "npm run build && npm publish"
},
"name": "@m1stergo/storybook-autodocs",
"description": "Storybook autodocs is an utility that takes the typescript definitions of your Vue component and defines the argTypes for storybook automatically.",
"version": "0.0.2",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m1stergo/storybook-autodocs.git"
},
"keywords": [
"storybook",
"autodocs",
"vue3",
"parser"
],
"author": "Elias Torres",
"license": "MIT",
"bugs": {
"url": "https://github.com/m1stergo/storybook-autodocs/issues"
},
"homepage": "https://github.com/m1stergo/storybook-autodocs#readme"
}