Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from Dino-Kupinic/54-remove-storybook
Browse files Browse the repository at this point in the history
54 remove story book
  • Loading branch information
Dino-Kupinic authored Mar 28, 2024
2 parents 7a7cef8 + 7fae058 commit 8416b56
Show file tree
Hide file tree
Showing 24 changed files with 283 additions and 5,462 deletions.
21 changes: 0 additions & 21 deletions frontend/.storybook/main.ts

This file was deleted.

15 changes: 0 additions & 15 deletions frontend/.storybook/preview.ts

This file was deleted.

1 change: 0 additions & 1 deletion frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default defineNuxtConfig({
"@nuxtjs/color-mode",
"@nuxt/ui",
"nuxt-csurf",
// "@nuxtjs/storybook",
"@vite-pwa/nuxt",
"nuxt-typed-router",
"nuxt-viewport",
Expand Down
16 changes: 1 addition & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"postinstall": "nuxt prepare",
"test": "vitest run test/unit --silent=false",
"e2e-test": "npx playwright test test/e2e && npx playwright show-report",
"e2e-test-ui": "npx playwright test test/e2e --ui",
"storybook": "storybook dev --port 6006",
"build-storybook": "storybook build"
"e2e-test-ui": "npx playwright test test/e2e --ui"
},
"dependencies": {
"vue": "^3.4.19",
Expand All @@ -24,18 +22,9 @@
"@nuxt/ui": "^2.14.2",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/storybook": "7.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@playwright/test": "^1.42.1",
"@storybook-vue/nuxt": "0.2.1",
"@storybook/addon-essentials": "7.6.7",
"@storybook/addon-interactions": "7.6.7",
"@storybook/addon-links": "7.6.7",
"@storybook/blocks": "7.6.7",
"@storybook/builder-vite": "7.6.7",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "7.6.7",
"@types/node": "^18.17.5",
"@vite-pwa/nuxt": "^0.6.0",
"@vueuse/nuxt": "^10.9.0",
Expand All @@ -46,9 +35,6 @@
"nuxt-security": "^1.2.2",
"nuxt-typed-router": "^3.6.1",
"nuxt-viewport": "^2.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.6.7",
"typescript": "^5.4.3",
"vitest": "^1.3.1",
"vue-tsc": "1.8.22"
Expand Down
Loading

0 comments on commit 8416b56

Please sign in to comment.