201 előtti mentés

This commit is contained in:
Roo
2026-03-26 07:09:44 +00:00
parent 89668a9beb
commit 03258db091
124 changed files with 13619 additions and 13347 deletions

View File

@@ -6,7 +6,12 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"test:e2e": "node tests/automated_flow_test.js",
"test:ui": "playwright test",
"test:ui:headed": "playwright test --headed",
"test:ui:debug": "playwright test --debug",
"playwright:install": "playwright install"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
@@ -19,6 +24,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@playwright/test": "^1.50.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",