mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
93 lines
3.1 KiB
JSON
93 lines
3.1 KiB
JSON
{
|
|
"name": "immich-web",
|
|
"version": "1.119.1",
|
|
"license": "GNU Affero General Public License version 3",
|
|
"scripts": {
|
|
"dev": "vite dev --host 0.0.0.0 --port 3000",
|
|
"build": "vite build",
|
|
"build:stats": "BUILD_STATS=true vite build",
|
|
"package": "svelte-kit package",
|
|
"preview": "vite preview",
|
|
"check:svelte": "svelte-check --no-tsconfig --fail-on-warnings",
|
|
"check:typescript": "tsc --noEmit",
|
|
"check:watch": "npm run check:svelte -- --watch",
|
|
"check:code": "npm run format && npm run lint && npm run check:svelte && npm run check:typescript",
|
|
"check:all": "npm run check:code && npm run test:cov",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write .",
|
|
"test": "vitest --run",
|
|
"test:cov": "vitest --coverage",
|
|
"test:watch": "vitest dev",
|
|
"prepare": "svelte-kit sync"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.8.0",
|
|
"@faker-js/faker": "^9.0.0",
|
|
"@socket.io/component-emitter": "^3.1.0",
|
|
"@sveltejs/adapter-static": "^3.0.1",
|
|
"@sveltejs/enhanced-img": "^0.3.0",
|
|
"@sveltejs/kit": "^2.5.18",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/svelte": "^5.2.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/dom-to-image": "^2.6.7",
|
|
"@types/justified-layout": "^4.1.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/luxon": "^3.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"@vitest/coverage-v8": "^2.0.5",
|
|
"autoprefixer": "^10.4.17",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.43.0",
|
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
"factory.ts": "^1.4.1",
|
|
"globals": "^15.9.0",
|
|
"postcss": "^8.4.35",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
"prettier-plugin-svelte": "^3.2.6",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.5.0",
|
|
"vite": "^5.1.4",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@formatjs/icu-messageformat-parser": "^2.7.8",
|
|
"@immich/sdk": "file:../open-api/typescript-sdk",
|
|
"@mapbox/mapbox-gl-rtl-text": "0.2.3",
|
|
"@mdi/js": "^7.4.47",
|
|
"@photo-sphere-viewer/core": "^5.7.1",
|
|
"@photo-sphere-viewer/equirectangular-video-adapter": "^5.7.2",
|
|
"@photo-sphere-viewer/video-plugin": "^5.7.2",
|
|
"@zoom-image/svelte": "^0.2.6",
|
|
"dom-to-image": "^2.6.0",
|
|
"handlebars": "^4.7.8",
|
|
"intl-messageformat": "^10.5.14",
|
|
"justified-layout": "^4.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"luxon": "^3.4.4",
|
|
"socket.io-client": "^4.7.4",
|
|
"svelte-gestures": "^5.0.4",
|
|
"svelte-i18n": "^4.0.0",
|
|
"svelte-local-storage-store": "^0.6.4",
|
|
"svelte-maplibre": "^0.9.13",
|
|
"thumbhash": "^0.1.1"
|
|
},
|
|
"volta": {
|
|
"node": "20.18.0"
|
|
}
|
|
}
|