mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/vue3-webpack5",
|
|
"version": "7.0.0-alpha.35",
|
|
"description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/vue3-webpack5",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "frameworks/vue3-webpack5"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preset": {
|
|
"require": "./dist/preset.js",
|
|
"import": "./dist/preset.mjs",
|
|
"types": "./dist/preset.d.ts"
|
|
},
|
|
"./package.json": {
|
|
"require": "./package.json",
|
|
"import": "./package.json",
|
|
"types": "./package.json"
|
|
}
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-webpack5": "7.0.0-alpha.35",
|
|
"@storybook/core-common": "7.0.0-alpha.35",
|
|
"@storybook/preset-vue3-webpack": "7.0.0-alpha.35",
|
|
"@storybook/vue3": "7.0.0-alpha.35",
|
|
"@types/node": "^14.14.20 || ^16.0.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/compiler-sfc": "3.0.0",
|
|
"typescript": "~4.6.3",
|
|
"vue": "3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
|
"vue": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "d8972df8c6c1c4716131a856751f5914acddaad1"
|
|
}
|