mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:11:07 +08:00
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "@storybook/vue",
|
|
"version": "5.3.0-alpha.22",
|
|
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/vue",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/vue"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"bin/**/*",
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"main": "dist/client/index.js",
|
|
"types": "dist/client/index.d.ts",
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "5.3.0-alpha.22",
|
|
"@storybook/core": "5.3.0-alpha.22",
|
|
"@types/webpack-env": "^1.13.9",
|
|
"core-js": "^3.0.1",
|
|
"global": "^4.3.2",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"ts-dedent": "^1.1.0",
|
|
"webpack": "^4.33.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mini-css-extract-plugin": "^0.8.0",
|
|
"@types/node": "^12.7.9",
|
|
"@types/webpack": "^4.4.32",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"vue": "^2.6.8",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-template-compiler": "^2.6.8"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
|
"vue": "^2.6.8",
|
|
"vue-loader": "^15.7.0",
|
|
"vue-template-compiler": "^2.6.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|