All checks were successful
Nextcloud Server Tests / version-consistency (push) Successful in 36s
Nextcloud Server Tests / matrix-config (push) Successful in 28s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.2 (stable31, 8.2) (push) Successful in 16m50s
Nextcloud Server Tests / Nextcloud stable31 / PHP 8.3 (stable31, 8.3) (push) Successful in 16m24s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.2 (stable32, 8.2) (push) Successful in 16m43s
Nextcloud Server Tests / Nextcloud stable32 / PHP 8.3 (stable32, 8.3) (push) Successful in 16m59s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.2 (stable33, 8.2) (push) Successful in 17m14s
Nextcloud Server Tests / Nextcloud stable33 / PHP 8.3 (stable33, 8.3) (push) Successful in 17m32s
Nextcloud Server Tests / Nextcloud stable34 / PHP 8.2 (stable34, 8.2) (push) Successful in 17m24s
Nextcloud Server Tests / Nextcloud stable34 / PHP 8.3 (stable34, 8.3) (push) Successful in 16m26s
30 lines
764 B
JSON
30 lines
764 B
JSON
{
|
|
"name": "opsdash",
|
|
"version": "0.8.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:unit": "vitest --run",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:mustpass": "playwright test tests/e2e/dashboard.mustpass.spec.ts",
|
|
"i18n:scan": "node ../tools/i18n/scan_strings.mjs",
|
|
"i18n:extract": "../tools/i18n/extract.sh"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.27"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"jsdom": "^27.0.1",
|
|
"typescript": "^5.4.0",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|