WL-32 - Install Storybook

This commit is contained in:
2020-11-05 04:20:17 +01:00
parent 4bcfc0d518
commit 3285bc3363
22 changed files with 6648 additions and 7 deletions

View File

@@ -7,7 +7,9 @@
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
"test": "jest",
"storybook": "start-storybook -p 6006 --no-dll",
"build-storybook": "build-storybook --no-dll"
},
"dependencies": {
"axios": "^0.21.0",
@@ -17,11 +19,17 @@
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.1.0",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-essentials": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/vue": "^6.0.28",
"@testing-library/jest-dom": "^5.11.5",
"@vue/test-utils": "^1.1.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.5.0",
"babel-loader": "^8.1.0",
"jest": "^26.5.0",
"react-is": "^17.0.1",
"stylelint-config-standard": "^20.0.0",
"vue-jest": "^3.0.4"
}