mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
{
|
|
"name": "@storybook/builder-vite",
|
|
"version": "7.0.0-beta.9",
|
|
"description": "A plugin to run and build Storybooks with Vite",
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-vite/#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/builder-vite"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Eirik Sletteberg",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./input/iframe.html": "./input/iframe.html",
|
|
"./input/react-dom-client-placeholder.js": "./input/react-dom-client-placeholder.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"input/**/*",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5",
|
|
"@storybook/client-logger": "7.0.0-beta.9",
|
|
"@storybook/core-common": "7.0.0-beta.9",
|
|
"@storybook/csf-plugin": "7.0.0-beta.9",
|
|
"@storybook/mdx2-csf": "next",
|
|
"@storybook/node-logger": "7.0.0-beta.9",
|
|
"@storybook/preview": "7.0.0-beta.9",
|
|
"@storybook/preview-api": "7.0.0-beta.9",
|
|
"@storybook/types": "7.0.0-beta.9",
|
|
"browser-assert": "^1.2.1",
|
|
"es-module-lexer": "^0.9.3",
|
|
"express": "^4.17.3",
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.2.0",
|
|
"glob-promise": "^4.2.0",
|
|
"magic-string": "^0.26.1",
|
|
"rollup": "^2.25.0 || ^3.3.0",
|
|
"rollup-plugin-external-globals": "^0.7.1",
|
|
"slash": "^3.0.0",
|
|
"vite": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^16.0.0",
|
|
"rollup": "^3.0.0",
|
|
"typescript": "~4.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@preact/preset-vite": "*",
|
|
"typescript": ">= 4.3.x",
|
|
"vite-plugin-glimmerx": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@preact/preset-vite": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
},
|
|
"vite-plugin-glimmerx": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "5340574d89a799ec10959edc16ca140852cf355c"
|
|
}
|