mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:21:15 +08:00
94 lines
2.5 KiB
JSON
94 lines
2.5 KiB
JSON
{
|
|
"name": "@storybook/builder-vite",
|
|
"version": "7.0.0-alpha.56",
|
|
"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-alpha.56",
|
|
"@storybook/core-common": "7.0.0-alpha.56",
|
|
"@storybook/mdx2-csf": "next",
|
|
"@storybook/node-logger": "7.0.0-alpha.56",
|
|
"@storybook/preview": "7.0.0-alpha.56",
|
|
"@storybook/preview-api": "7.0.0-alpha.56",
|
|
"@storybook/source-loader": "7.0.0-alpha.56",
|
|
"@storybook/types": "7.0.0-alpha.56",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"browser-assert": "^1.2.1",
|
|
"es-module-lexer": "^0.9.3",
|
|
"express": "^4.17.1",
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.2.0",
|
|
"glob-promise": "^4.2.0",
|
|
"magic-string": "^0.26.1",
|
|
"rollup-plugin-external-globals": "^0.7.1",
|
|
"slash": "^3.0.0",
|
|
"vite": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^16.0.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@preact/preset-vite": "*",
|
|
"vite-plugin-glimmerx": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@preact/preset-vite": {
|
|
"optional": true
|
|
},
|
|
"vite-plugin-glimmerx": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "c8e9a862bb83c4a0d6b5975e795b4ca7f7ff7bc2"
|
|
}
|