mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
0c9bf2835d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "immich-e2e",
|
|
"version": "1.103.1",
|
|
"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": {
|
|
"@immich/cli": "file:../cli",
|
|
"@immich/sdk": "file:../open-api/typescript-sdk",
|
|
"@playwright/test": "^1.41.2",
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/node": "^20.11.17",
|
|
"@types/pg": "^8.11.0",
|
|
"@types/pngjs": "^6.0.4",
|
|
"@types/supertest": "^6.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
"@typescript-eslint/parser": "^7.1.0",
|
|
"@vitest/coverage-v8": "^1.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
"exiftool-vendored": "^24.5.0",
|
|
"luxon": "^3.4.4",
|
|
"pg": "^8.11.3",
|
|
"pngjs": "^7.0.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"socket.io-client": "^4.7.4",
|
|
"supertest": "^7.0.0",
|
|
"typescript": "^5.3.3",
|
|
"utimes": "^5.2.1",
|
|
"vitest": "^1.3.0"
|
|
}
|
|
}
|