|
66 | 66 | "test": "run-s test:unit", |
67 | 67 | "test:watch": "vitest", |
68 | 68 | "test:unit": "vitest run", |
| 69 | + "test:storybook": "vitest --project=storybook", |
69 | 70 | "format": "eslint . --fix", |
70 | 71 | "lint": "eslint .", |
71 | 72 | "lint:staged": "eslint ", |
|
108 | 109 | "@storybook/addon-docs": "^10.1.0", |
109 | 110 | "@storybook/addon-links": "^10.1.0", |
110 | 111 | "@storybook/addon-themes": "^10.1.0", |
| 112 | + "@storybook/addon-vitest": "^10.1.4", |
111 | 113 | "@storybook/test-runner": "^0.24.2", |
112 | 114 | "@storybook/vue3-vite": "^10.1.0", |
113 | 115 | "@testing-library/dom": "^10.4.1", |
|
118 | 120 | "@types/node": "^22.19.1", |
119 | 121 | "@vitejs/plugin-vue": "^5.2.4", |
120 | 122 | "@vitejs/plugin-vue-jsx": "^4.2.0", |
| 123 | + "@vitest/browser-playwright": "^4.0.14", |
| 124 | + "@vitest/coverage-v8": "^4.0.14", |
121 | 125 | "@vue/test-utils": "^2.4.6", |
122 | 126 | "@vue/tsconfig": "^0.8.1", |
123 | 127 | "@vueuse/core": "^12.8.2", |
|
142 | 146 | "lint-staged": "^15.5.2", |
143 | 147 | "npm-run-all": "^4.1.5", |
144 | 148 | "p-debounce": "^5.1.0", |
| 149 | + "playwright": "^1.57.0", |
145 | 150 | "pnpm": "^10.24.0", |
146 | 151 | "publint": "^0.3.15", |
147 | 152 | "regenerator-runtime": "^0.14.1", |
|
151 | 156 | "storybook": "^10.1.0", |
152 | 157 | "typescript": "~5.9.3", |
153 | 158 | "unplugin-lightningcss": "^0.3.3", |
154 | | - "vite": "^6.4.1", |
| 159 | + "vite": "npm:rolldown-vite@7.2.10", |
155 | 160 | "vite-node": "^3.2.4", |
156 | 161 | "vite-plugin-full-reload": "^1.2.0", |
157 | 162 | "vitepress": "^1.6.4", |
|
0 commit comments