Skip to content

Commit

Permalink
feat: 添加 storybook 依赖支持
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed Sep 17, 2019
1 parent cc057f6 commit 8114d16
Show file tree
Hide file tree
Showing 3 changed files with 4,560 additions and 129 deletions.
Empty file modified bin/storybook
100644 → 100755
Empty file.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
"cross-env": "^5.2.0",
"typescript": "^3.1.6",
"vue": "^2.6.10",
"vue-class-component": "^6.3.2",
"vue-loader": "^15.4.2",
"vue-property-decorator": "^7.2.0",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
Expand All @@ -89,9 +87,7 @@
"@types/webpack": "^4.4.19",
"typescript": "^3.1.6",
"vue": "^2.6.10",
"vue-class-component": "^6.3.2",
"vue-loader": "^15.4.2",
"vue-property-decorator": "^7.2.0",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
Expand All @@ -110,9 +106,14 @@
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@storybook/addon-actions": "^5.2.0",
"@storybook/addon-links": "^5.2.0",
"@storybook/addon-storysource": "^5.2.0",
"@storybook/addons": "^5.2.0",
"@storybook/vue": "^5.2.0",
"babel-loader": "^8.0.4",
"babel-plugin-component": "^1.1.1",
"babel-preset-latest-node": "^2.0.0-beta.3",
"babel-preset-latest-node": "^3.2.1",
"babel-preset-vue": "^2.0.2",
"base64url": "^3.0.1",
"compression": "^1.7.3",
Expand All @@ -136,6 +137,7 @@
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"serialize-javascript": "^1.5.0",
"storybook-addon-vue-info": "^1.3.1",
"ts-loader": "^5.3.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
Expand Down
Loading

0 comments on commit 8114d16

Please sign in to comment.