mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:01:26 +08:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/builder-vite",
|
|
"version": "7.0.0-alpha.34",
|
|
"description": "A plugin to run and build Storybooks with Vite",
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-vite/#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/builder-vite"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Eirik Sletteberg",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "node ../../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@joshwooding/vite-plugin-react-docgen-typescript": "0.0.5",
|
|
"@storybook/client-api": "7.0.0-alpha.34",
|
|
"@storybook/client-logger": "7.0.0-alpha.34",
|
|
"@storybook/core-common": "7.0.0-alpha.34",
|
|
"@storybook/mdx1-csf": "0.0.5-canary.13.9ce928a.0",
|
|
"@storybook/node-logger": "7.0.0-alpha.34",
|
|
"@storybook/preview-web": "7.0.0-alpha.34",
|
|
"@storybook/source-loader": "7.0.0-alpha.34",
|
|
"@vitejs/plugin-react": "^2.0.0",
|
|
"browser-assert": "^1.2.1",
|
|
"es-module-lexer": "^0.9.3",
|
|
"glob": "^7.2.0",
|
|
"glob-promise": "^4.2.0",
|
|
"magic-string": "^0.26.1",
|
|
"slash": "^3.0.0",
|
|
"vite": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/mdx2-csf": "^0.0.3",
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^17.0.23",
|
|
"typescript": "~4.6.3",
|
|
"vite": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/mdx2-csf": "^0.0.3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@storybook/mdx2-csf": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "fc90fc875462421c1faa35862ac4bc436de8e75f"
|
|
}
|