mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
3.3 KiB
129 lines
3.3 KiB
{
|
|
"name": "@storybook/addon-docs",
|
|
"version": "10.1.10",
|
|
"description": "Storybook Docs: Document UI components automatically with stories and MDX",
|
|
"keywords": [
|
|
"docs",
|
|
"documentation",
|
|
"storybook",
|
|
"storybook-addon",
|
|
"essentials",
|
|
"organize",
|
|
"MDX",
|
|
"markdown",
|
|
"autodocs",
|
|
"styleguide",
|
|
"style guide",
|
|
"component",
|
|
"components",
|
|
"react",
|
|
"vue",
|
|
"angular",
|
|
"svelte",
|
|
"web-components"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/docs",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/addons/docs"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./angular": {
|
|
"types": "./dist/angular/index.d.ts",
|
|
"default": "./dist/angular/index.js"
|
|
},
|
|
"./blocks": {
|
|
"types": "./dist/blocks.d.ts",
|
|
"default": "./dist/blocks.js"
|
|
},
|
|
"./ember": {
|
|
"types": "./dist/ember/index.d.ts",
|
|
"default": "./dist/ember/index.js"
|
|
},
|
|
"./manager": "./dist/manager.js",
|
|
"./mdx-loader": "./dist/mdx-loader.js",
|
|
"./mdx-react-shim": {
|
|
"types": "./dist/mdx-react-shim.d.ts",
|
|
"default": "./dist/mdx-react-shim.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./preset": "./dist/preset.js",
|
|
"./preview": {
|
|
"types": "./dist/preview.d.ts",
|
|
"default": "./dist/preview.js"
|
|
},
|
|
"./web-components": {
|
|
"types": "./dist/web-components/index.d.ts",
|
|
"default": "./dist/web-components/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"!src/**/*"
|
|
],
|
|
"scripts": {
|
|
"check": "jiti ../../../scripts/check/check-package.ts",
|
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@storybook/csf-plugin": "10.1.10",
|
|
"@storybook/icons": "^2.0.0",
|
|
"@storybook/react-dom-shim": "10.1.10",
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"@types/color-convert": "^2.0.0",
|
|
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"color-convert": "^2.0.1",
|
|
"es-toolkit": "^1.36.0",
|
|
"github-slugger": "^2.0.0",
|
|
"markdown-to-jsx": "^7.7.2",
|
|
"memoizerific": "^1.11.3",
|
|
"polished": "^4.2.2",
|
|
"react": "^18.2.0",
|
|
"react-colorful": "^5.1.2",
|
|
"react-dom": "^18.2.0",
|
|
"rehype-external-links": "^3.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"telejson": "8.0.0",
|
|
"tocbot": "^4.20.1",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"storybook": "^10.1.10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l",
|
|
"storybook": {
|
|
"displayName": "Docs",
|
|
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
|
|
"unsupportedFrameworks": [
|
|
"react-native"
|
|
]
|
|
}
|
|
}
|