mirror of
https://github.com/immich-app/immich.git
synced 2026-02-21 22:30:36 +09:00
Some checks failed
Docker / pre-job (push) Waiting to run
Docker / Re-Tag ML () (push) Blocked by required conditions
Docker / Re-Tag ML (-armnn) (push) Blocked by required conditions
Docker / Re-Tag ML (-cuda) (push) Blocked by required conditions
Docker / Re-Tag ML (-openvino) (push) Blocked by required conditions
Docker / Re-Tag ML (-rknn) (push) Blocked by required conditions
Docker / Re-Tag ML (-rocm) (push) Blocked by required conditions
Docker / Re-Tag Server () (push) Blocked by required conditions
Docker / Build and Push ML (armnn, linux/arm64, -armnn) (push) Blocked by required conditions
Docker / Build and Push ML (cpu, ) (push) Blocked by required conditions
Docker / Build and Push ML (cuda, linux/amd64, -cuda) (push) Blocked by required conditions
Docker / Build and Push ML (openvino, linux/amd64, -openvino) (push) Blocked by required conditions
Docker / Build and Push ML (rknn, linux/arm64, -rknn) (push) Blocked by required conditions
Docker / Build and Push ML (rocm, linux/amd64, {"linux/amd64": "mich"}, -rocm) (push) Blocked by required conditions
Docker / Build and Push Server (push) Blocked by required conditions
Docker / Docker Build & Push Server Success (push) Blocked by required conditions
Docker / Docker Build & Push ML Success (push) Blocked by required conditions
Docs build / pre-job (push) Waiting to run
Docs build / Docs Build (push) Blocked by required conditions
Static Code Analysis / pre-job (push) Waiting to run
Static Code Analysis / Run Dart Code Analysis (push) Blocked by required conditions
Static Code Analysis / zizmor (push) Waiting to run
Test / pre-job (push) Waiting to run
Test / Test & Lint Server (push) Blocked by required conditions
Test / Unit Test CLI (push) Blocked by required conditions
Test / Unit Test CLI (Windows) (push) Blocked by required conditions
Test / Lint Web (push) Blocked by required conditions
Test / Test Web (push) Blocked by required conditions
Test / Test i18n (push) Blocked by required conditions
Test / End-to-End Lint (push) Blocked by required conditions
Test / Medium Tests (Server) (push) Blocked by required conditions
Test / End-to-End Tests (Server & CLI) (ubuntu-24.04-arm) (push) Blocked by required conditions
Test / End-to-End Tests (Server & CLI) (ubuntu-latest) (push) Blocked by required conditions
Test / End-to-End Tests (Web) (ubuntu-24.04-arm) (push) Blocked by required conditions
Test / End-to-End Tests (Web) (ubuntu-latest) (push) Blocked by required conditions
Test / End-to-End Tests Success (push) Blocked by required conditions
Test / Unit Test Mobile (push) Blocked by required conditions
Test / Unit Test ML (push) Blocked by required conditions
Test / .github Files Formatting (push) Blocked by required conditions
Test / ShellCheck (push) Waiting to run
Test / OpenAPI Clients (push) Waiting to run
Test / SQL Schema Checks (push) Waiting to run
CLI Build / CLI Publish (push) Has been cancelled
CLI Build / Docker (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "immich-e2e",
|
|
"version": "1.139.4",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest",
|
|
"test:web": "npx playwright test",
|
|
"start:web": "npx playwright test --ui",
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write .",
|
|
"lint": "eslint \"src/**/*.ts\" --max-warnings 0",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GNU Affero General Public License version 3",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.8.0",
|
|
"@immich/cli": "file:../cli",
|
|
"@immich/sdk": "file:../open-api/typescript-sdk",
|
|
"@playwright/test": "^1.44.1",
|
|
"@socket.io/component-emitter": "^3.1.2",
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/node": "^22.17.1",
|
|
"@types/oidc-provider": "^9.0.0",
|
|
"@types/pg": "^8.15.1",
|
|
"@types/pngjs": "^6.0.4",
|
|
"@types/supertest": "^6.0.2",
|
|
"@vitest/coverage-v8": "^3.0.0",
|
|
"eslint": "^9.14.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
"exiftool-vendored": "^28.3.1",
|
|
"globals": "^16.0.0",
|
|
"jose": "^5.6.3",
|
|
"luxon": "^3.4.4",
|
|
"oidc-provider": "^9.0.0",
|
|
"pg": "^8.11.3",
|
|
"pngjs": "^7.0.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
"sharp": "^0.34.0",
|
|
"socket.io-client": "^4.7.4",
|
|
"supertest": "^7.0.0",
|
|
"typescript": "^5.3.3",
|
|
"typescript-eslint": "^8.28.0",
|
|
"utimes": "^5.2.1",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"volta": {
|
|
"node": "22.18.0"
|
|
}
|
|
}
|