2024-02-13 18:08:49 +00:00
|
|
|
{
|
|
|
|
"name": "immich-e2e",
|
2024-05-14 21:31:24 +00:00
|
|
|
"version": "1.105.1",
|
2024-02-13 18:08:49 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-03-07 15:14:36 +00:00
|
|
|
"test": "vitest --run",
|
|
|
|
"test:watch": "vitest",
|
2024-02-19 17:03:51 +00:00
|
|
|
"test:web": "npx playwright test",
|
2024-02-29 16:26:55 +00:00
|
|
|
"start:web": "npx playwright test --ui",
|
|
|
|
"format": "prettier --check .",
|
|
|
|
"format:fix": "prettier --write .",
|
|
|
|
"lint": "eslint \"src/**/*.ts\" --max-warnings 0",
|
2024-03-09 23:18:25 +00:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"check": "tsc --noEmit"
|
2024-02-13 18:08:49 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
|
|
|
"devDependencies": {
|
2024-02-19 22:25:57 +00:00
|
|
|
"@immich/cli": "file:../cli",
|
2024-02-13 18:08:49 +00:00
|
|
|
"@immich/sdk": "file:../open-api/typescript-sdk",
|
|
|
|
"@playwright/test": "^1.41.2",
|
2024-02-27 19:04:38 +00:00
|
|
|
"@types/luxon": "^3.4.2",
|
2024-02-13 18:08:49 +00:00
|
|
|
"@types/node": "^20.11.17",
|
|
|
|
"@types/pg": "^8.11.0",
|
2024-02-29 17:07:01 +00:00
|
|
|
"@types/pngjs": "^6.0.4",
|
2024-02-19 17:03:51 +00:00
|
|
|
"@types/supertest": "^6.0.2",
|
2024-02-29 16:26:55 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
|
|
"@typescript-eslint/parser": "^7.1.0",
|
2024-02-19 17:03:51 +00:00
|
|
|
"@vitest/coverage-v8": "^1.3.0",
|
2024-02-29 16:26:55 +00:00
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-05-15 22:06:25 +00:00
|
|
|
"eslint-plugin-unicorn": "^53.0.0",
|
2024-05-07 19:14:49 +00:00
|
|
|
"exiftool-vendored": "^26.0.0",
|
2024-02-27 19:04:38 +00:00
|
|
|
"luxon": "^3.4.4",
|
2024-02-13 18:08:49 +00:00
|
|
|
"pg": "^8.11.3",
|
2024-02-29 17:07:01 +00:00
|
|
|
"pngjs": "^7.0.0",
|
2024-02-29 16:26:55 +00:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
2024-02-27 19:04:38 +00:00
|
|
|
"socket.io-client": "^4.7.4",
|
2024-04-29 18:44:56 +00:00
|
|
|
"supertest": "^7.0.0",
|
2024-02-19 17:03:51 +00:00
|
|
|
"typescript": "^5.3.3",
|
2024-04-12 19:15:41 +00:00
|
|
|
"utimes": "^5.2.1",
|
2024-02-19 17:03:51 +00:00
|
|
|
"vitest": "^1.3.0"
|
2024-05-01 13:05:18 +00:00
|
|
|
},
|
|
|
|
"volta": {
|
2024-05-14 01:42:48 +00:00
|
|
|
"node": "20.13.1"
|
2024-02-13 18:08:49 +00:00
|
|
|
}
|
|
|
|
}
|