refactor(storybook): remove

This commit is contained in:
moklick
2019-08-05 15:37:01 +02:00
parent 6aa8f9cc6a
commit a53edd79cc
5 changed files with 1 additions and 5728 deletions
+1 -7
View File
@@ -19,10 +19,6 @@
"@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",
@@ -46,9 +42,7 @@
"scripts": {
"build": "rollup -c",
"watch": "rollup -w -c",
"dev": "parcel example/index.html -d example/build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"dev": "parcel example/index.html -d example/build"
},
"husky": {
"hooks": {}