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

54 remove story book #57

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading