removed playwright package because of unused

This commit is contained in:
2025-06-10 11:25:13 +02:00
parent 9524441fc1
commit fb72296e57
5 changed files with 12 additions and 177 deletions

View File

@@ -13,13 +13,11 @@
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run && npm run test:e2e",
"test:e2e": "playwright test"
"test": "npm run test:unit -- --run && npm run test:e2e"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
@@ -47,8 +45,7 @@
"autoprefixer": "^10.4.21",
"jsonwebtoken": "^9.0.2",
"minio": "^8.0.5",
"postcss": "^8.5.3",
"svelte-cubed": "^0.2.1",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17"
}
}