feat(storybook): add simple story

This commit is contained in:
moklick
2019-07-31 13:10:27 +02:00
parent 9d7e7e6363
commit aa7e209d02
10 changed files with 5862 additions and 6 deletions

View File

@@ -18,7 +18,12 @@
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-links": "^5.1.10",
"@storybook/addons": "^5.1.10",
"@storybook/react": "^5.1.10",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.0",
"husky": "^3.0.0",
"parcel-bundler": "^1.12.3",
@@ -40,7 +45,9 @@
"scripts": {
"build": "rollup -c",
"watch": "rollup -w -c",
"dev": "parcel example/index.html -d example/build"
"dev": "parcel example/index.html -d example/build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"husky": {
"hooks": {}