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.
74 lines
1.6 KiB
74 lines
1.6 KiB
{
|
|
"name": "@storybook/csf-plugin",
|
|
"version": "10.1.10",
|
|
"description": "Enrich CSF files via static analysis",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/csf-plugin",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/csf-plugin"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./webpack-loader": "./dist/webpack-loader.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": {
|
|
"unplugin": "^2.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"esbuild": "*",
|
|
"rollup": "*",
|
|
"storybook": "^10.1.10",
|
|
"vite": "*",
|
|
"webpack": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"esbuild": {
|
|
"optional": true
|
|
},
|
|
"rollup": {
|
|
"optional": true
|
|
},
|
|
"vite": {
|
|
"optional": true
|
|
},
|
|
"webpack": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
|
|
}
|