2022-02-03 11:06:44 -05:00
|
|
|
{
|
|
|
|
"name": "immich",
|
2024-12-17 11:00:50 -05:00
|
|
|
"version": "1.123.0",
|
2022-02-03 11:06:44 -05:00
|
|
|
"description": "",
|
|
|
|
"author": "",
|
|
|
|
"private": true,
|
2024-02-12 10:31:59 -05:00
|
|
|
"license": "GNU Affero General Public License version 3",
|
2022-02-03 11:06:44 -05:00
|
|
|
"scripts": {
|
2023-06-08 10:01:07 -05:00
|
|
|
"build": "nest build",
|
2023-01-12 09:44:11 -05:00
|
|
|
"format": "prettier --check .",
|
|
|
|
"format:fix": "prettier --write .",
|
2023-06-08 10:01:07 -05:00
|
|
|
"start": "npm run start:dev",
|
2022-11-14 23:39:32 -05:00
|
|
|
"nest": "nest",
|
2023-09-08 10:17:45 -05:00
|
|
|
"start:dev": "nest start --watch --",
|
|
|
|
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --",
|
2023-08-01 10:49:50 -05:00
|
|
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0",
|
2022-06-25 12:53:06 -05:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
2023-01-12 09:44:11 -05:00
|
|
|
"check": "tsc --noEmit",
|
|
|
|
"check:code": "npm run format && npm run lint && npm run check",
|
2023-01-12 17:07:57 -05:00
|
|
|
"check:all": "npm run check:code && npm run test:cov",
|
2024-04-16 09:44:45 -05:00
|
|
|
"test": "vitest",
|
|
|
|
"test:cov": "vitest --coverage",
|
2024-10-09 09:00:40 -05:00
|
|
|
"test:medium": "vitest --config vitest.config.medium.mjs",
|
2023-10-05 11:35:58 -05:00
|
|
|
"typeorm": "typeorm",
|
2024-04-29 08:48:28 -05:00
|
|
|
"lifecycle": "node ./dist/utils/lifecycle.js",
|
2023-10-05 11:35:58 -05:00
|
|
|
"typeorm:migrations:create": "typeorm migration:create",
|
2024-10-24 16:12:25 -05:00
|
|
|
"typeorm:migrations:generate": "typeorm migration:generate -d ./dist/bin/database.js",
|
|
|
|
"typeorm:migrations:run": "typeorm migration:run -d ./dist/bin/database.js",
|
|
|
|
"typeorm:migrations:revert": "typeorm migration:revert -d ./dist/bin/database.js",
|
|
|
|
"typeorm:schema:drop": "typeorm query -d ./dist/bin/database.js 'DROP schema public cascade; CREATE schema public;'",
|
2023-02-18 15:58:55 -05:00
|
|
|
"typeorm:schema:reset": "npm run typeorm:schema:drop && npm run typeorm:migrations:run",
|
2024-05-23 06:40:57 -05:00
|
|
|
"sync:open-api": "node ./dist/bin/sync-open-api.js",
|
|
|
|
"sync:sql": "node ./dist/bin/sync-sql.js",
|
2024-05-02 09:43:18 -05:00
|
|
|
"email:dev": "email dev -p 3050 --dir src/emails"
|
2022-02-03 11:06:44 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-28 14:41:57 -05:00
|
|
|
"@nestjs/bullmq": "^10.0.1",
|
|
|
|
"@nestjs/common": "^10.2.2",
|
|
|
|
"@nestjs/core": "^10.2.2",
|
2024-03-17 14:16:02 -05:00
|
|
|
"@nestjs/event-emitter": "^2.0.4",
|
2023-08-28 14:41:57 -05:00
|
|
|
"@nestjs/platform-express": "^10.2.2",
|
|
|
|
"@nestjs/platform-socket.io": "^10.2.2",
|
2024-01-01 22:25:25 -05:00
|
|
|
"@nestjs/schedule": "^4.0.0",
|
2024-12-23 16:03:34 -05:00
|
|
|
"@nestjs/swagger": "^8.0.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"@nestjs/typeorm": "^10.0.0",
|
|
|
|
"@nestjs/websockets": "^10.2.2",
|
2024-12-18 09:19:48 -05:00
|
|
|
"@opentelemetry/auto-instrumentations-node": "^0.54.0",
|
2024-05-01 14:29:20 -05:00
|
|
|
"@opentelemetry/context-async-hooks": "^1.24.0",
|
2024-12-18 09:19:48 -05:00
|
|
|
"@opentelemetry/exporter-prometheus": "^0.56.0",
|
|
|
|
"@opentelemetry/sdk-node": "^0.56.0",
|
|
|
|
"@react-email/components": "^0.0.31",
|
2024-07-03 15:27:29 -05:00
|
|
|
"@socket.io/redis-adapter": "^8.3.0",
|
2024-03-05 12:26:54 -05:00
|
|
|
"archiver": "^7.0.0",
|
2023-12-08 11:15:46 -05:00
|
|
|
"async-lock": "^1.4.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"bcrypt": "^5.1.1",
|
|
|
|
"bullmq": "^4.8.0",
|
2024-01-31 11:26:51 -05:00
|
|
|
"chokidar": "^3.5.3",
|
2022-02-03 11:06:44 -05:00
|
|
|
"class-transformer": "^0.5.1",
|
2023-04-12 15:56:07 -05:00
|
|
|
"class-validator": "^0.14.0",
|
2022-07-18 14:14:25 -05:00
|
|
|
"cookie-parser": "^1.4.6",
|
2024-10-04 03:30:49 -05:00
|
|
|
"exiftool-vendored": "^28.3.1",
|
2024-03-10 21:30:57 -05:00
|
|
|
"fast-glob": "^3.3.2",
|
2022-05-27 14:02:06 -05:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2024-01-15 08:27:59 -05:00
|
|
|
"geo-tz": "^8.0.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"handlebars": "^4.7.8",
|
|
|
|
"i18n-iso-countries": "^7.6.0",
|
|
|
|
"ioredis": "^5.3.2",
|
|
|
|
"joi": "^17.10.0",
|
2024-03-12 10:29:49 -05:00
|
|
|
"js-yaml": "^4.1.0",
|
2022-02-03 11:06:44 -05:00
|
|
|
"lodash": "^4.17.21",
|
2023-08-28 14:41:57 -05:00
|
|
|
"luxon": "^3.4.2",
|
|
|
|
"nest-commander": "^3.11.1",
|
2024-04-15 18:39:06 -05:00
|
|
|
"nestjs-cls": "^4.3.0",
|
2024-05-13 07:23:12 -05:00
|
|
|
"nestjs-otel": "^6.0.0",
|
2024-05-02 09:43:18 -05:00
|
|
|
"nodemailer": "^6.9.13",
|
2023-08-28 14:41:57 -05:00
|
|
|
"openid-client": "^5.4.3",
|
|
|
|
"pg": "^8.11.3",
|
2024-08-28 18:51:25 -05:00
|
|
|
"picomatch": "^4.0.2",
|
2024-12-18 09:19:48 -05:00
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-email": "^3.0.4",
|
2024-04-15 18:02:49 -05:00
|
|
|
"reflect-metadata": "^0.2.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"rxjs": "^7.8.1",
|
2022-09-18 15:16:53 -05:00
|
|
|
"sanitize-filename": "^1.6.3",
|
2024-05-20 19:31:36 -05:00
|
|
|
"semver": "^7.6.2",
|
2023-12-08 11:52:43 -05:00
|
|
|
"sharp": "^0.33.0",
|
2024-10-17 14:54:40 -05:00
|
|
|
"sirv": "^3.0.0",
|
2024-07-26 15:41:11 -05:00
|
|
|
"tailwindcss-preset-email": "^1.3.2",
|
2023-06-17 22:22:31 -05:00
|
|
|
"thumbhash": "^0.1.1",
|
2023-08-28 14:41:57 -05:00
|
|
|
"typeorm": "^0.3.17",
|
2024-10-30 04:00:41 -05:00
|
|
|
"ua-parser-js": "^1.0.35",
|
|
|
|
"validator": "^13.12.0"
|
2022-02-03 11:06:44 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-05 15:13:16 -05:00
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
|
|
"@eslint/js": "^9.8.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"@nestjs/cli": "^10.1.16",
|
|
|
|
"@nestjs/schematics": "^10.0.2",
|
|
|
|
"@nestjs/testing": "^10.2.2",
|
2024-04-16 09:44:45 -05:00
|
|
|
"@swc/core": "^1.4.14",
|
2023-08-28 14:41:57 -05:00
|
|
|
"@testcontainers/postgresql": "^10.2.1",
|
2023-11-19 10:29:51 -05:00
|
|
|
"@types/archiver": "^6.0.0",
|
2023-12-08 11:15:46 -05:00
|
|
|
"@types/async-lock": "^1.4.2",
|
2022-02-03 11:06:44 -05:00
|
|
|
"@types/bcrypt": "^5.0.0",
|
2022-07-18 14:14:25 -05:00
|
|
|
"@types/cookie-parser": "^1.4.3",
|
2023-08-28 14:41:57 -05:00
|
|
|
"@types/express": "^4.17.17",
|
|
|
|
"@types/fluent-ffmpeg": "^2.1.21",
|
2024-03-12 10:29:49 -05:00
|
|
|
"@types/js-yaml": "^4.0.9",
|
2023-08-28 14:41:57 -05:00
|
|
|
"@types/lodash": "^4.14.197",
|
2023-09-20 06:16:33 -05:00
|
|
|
"@types/mock-fs": "^4.13.1",
|
2022-02-03 11:06:44 -05:00
|
|
|
"@types/multer": "^1.4.7",
|
2024-12-17 15:21:01 -05:00
|
|
|
"@types/node": "^22.10.2",
|
2024-05-02 09:43:18 -05:00
|
|
|
"@types/nodemailer": "^6.4.14",
|
2024-07-26 16:29:25 -05:00
|
|
|
"@types/picomatch": "^3.0.0",
|
2024-10-09 09:00:40 -05:00
|
|
|
"@types/pngjs": "^6.0.5",
|
2024-12-18 09:19:48 -05:00
|
|
|
"@types/react": "^19.0.0",
|
2024-05-20 22:03:28 -05:00
|
|
|
"@types/semver": "^7.5.8",
|
2024-05-02 09:43:18 -05:00
|
|
|
"@types/supertest": "^6.0.0",
|
2023-04-25 21:19:23 -05:00
|
|
|
"@types/ua-parser-js": "^0.7.36",
|
2024-11-21 09:07:06 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
|
|
"@typescript-eslint/parser": "^8.15.0",
|
2024-07-31 10:26:35 -05:00
|
|
|
"@vitest/coverage-v8": "^2.0.5",
|
2024-11-21 09:07:06 -05:00
|
|
|
"eslint": "^9.14.0",
|
2024-02-01 22:18:00 -05:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-12-18 09:19:48 -05:00
|
|
|
"eslint-plugin-unicorn": "^56.0.1",
|
2024-08-05 15:13:16 -05:00
|
|
|
"globals": "^15.9.0",
|
2023-09-20 06:16:33 -05:00
|
|
|
"mock-fs": "^5.2.0",
|
2024-10-09 09:00:40 -05:00
|
|
|
"pngjs": "^7.0.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"prettier": "^3.0.2",
|
2024-07-07 21:17:06 -05:00
|
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
2024-07-13 20:45:45 -05:00
|
|
|
"rimraf": "^6.0.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"source-map-support": "^0.5.21",
|
2023-12-15 00:28:05 -05:00
|
|
|
"sql-formatter": "^15.0.0",
|
2023-08-28 14:41:57 -05:00
|
|
|
"tsconfig-paths": "^4.2.0",
|
2024-02-01 22:18:00 -05:00
|
|
|
"typescript": "^5.3.3",
|
2024-04-16 09:44:45 -05:00
|
|
|
"unplugin-swc": "^1.4.5",
|
|
|
|
"utimes": "^5.2.1",
|
2024-08-13 07:40:22 -05:00
|
|
|
"vite-tsconfig-paths": "^5.0.0",
|
2024-07-31 10:26:35 -05:00
|
|
|
"vitest": "^2.0.5"
|
2024-01-27 13:52:14 -05:00
|
|
|
},
|
|
|
|
"volta": {
|
2024-12-12 11:12:44 -05:00
|
|
|
"node": "22.12.0"
|
2022-02-03 11:06:44 -05:00
|
|
|
}
|
2023-04-25 21:19:23 -05:00
|
|
|
}
|