mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-29 05:04:31 +08:00
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
|
"name": "@storybook/vue3",
|
|
"version": "7.0.0-beta.53",
|
|
"description": "Storybook Vue 3 renderer",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/vue3",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "renderers/vue3"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"node": "./dist/index.js",
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preview": {
|
|
"require": "./dist/config.js",
|
|
"import": "./dist/config.mjs",
|
|
"types": "./dist/config.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"template/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "vue-tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core-client": "7.0.0-beta.53",
|
|
"@storybook/docs-tools": "7.0.0-beta.53",
|
|
"@storybook/global": "^5.0.0",
|
|
"@storybook/preview-api": "7.0.0-beta.53",
|
|
"@storybook/types": "7.0.0-beta.53",
|
|
"ts-dedent": "^2.0.0",
|
|
"type-fest": "2.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@digitak/esrun": "^3.2.2",
|
|
"@types/prettier": "2.7.2",
|
|
"@vue/vue3-jest": "29",
|
|
"typescript": "~4.9.3",
|
|
"vue": "^3.2.45",
|
|
"vue-tsc": "^1.0.8"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/config.ts"
|
|
],
|
|
"platform": "browser"
|
|
},
|
|
"gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e"
|
|
}
|