Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
22 lines
597 B
JSON
22 lines
597 B
JSON
{
|
|
"name": "web-e2e",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"report": "playwright show-report",
|
|
"test": "playwright test --max-failures=1 --workers=4",
|
|
"test:fast": "playwright test --max-failures=1 --workers=16",
|
|
"test:setup": "playwright test tests/auth.setup.ts",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"author": "Makerkit",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"dotenv": "17.3.1",
|
|
"node-html-parser": "^7.0.2",
|
|
"totp-generator": "^2.0.1"
|
|
}
|
|
}
|