mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
8d8dca32d8
* chore: bump version to v2.3.0-preview * Customize start page (#803) * Update ConfigService to support complex Objects Implemented tests for ConfigService * Added DB migration for config table * Fixed version in banner.txt not being displayed * Implement Library ordering Implement "Show recently added games on homepage" * Fix build.gradle.kts * FIx bug when creating libraries * Fix TypeScript errors Fix library sorting * Bump actions/checkout from 5 to 6 (#811) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added automatic scanning using file system watchers (#813) * Implement collections (#814) * Backend implementation for collections * Fix database schema and migration script * Refactor some config values Fix ArrayInput not being deactivatable * Remove "AutoRegisterNewUsers" config option * Fix bug when removing ignored paths * Add UI for collections (WIP) * Fix table actions not synced with state Fix tests * Finish implementation of collection feature * Fix tests * Bump actions/checkout from 5 to 6 (#815) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix "allow guests to create game requests" not being enabled when guest access is activated * Fix: Disable loading of EditGameMetadataModal and MatchGameModal in GameView when user is not admin * WIP: Update start page layout * Performance improvements (lazy loading and virtualized grids/lists) Fix various smaller issues * Implement use of blurhash for all images in backend and covers in frontend * Fix bugs and test * Fix code analysis issues * Remove "UI settings" since they have been made obsolete --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
272 lines
10 KiB
JSON
272 lines
10 KiB
JSON
{
|
|
"name": "gameyfin",
|
|
"version": "2.3.0-preview",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@heroui/react": "^2.8.5",
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
"@polymer/polymer": "3.5.2",
|
|
"@react-stately/data": "^3.12.2",
|
|
"@react-types/shared": "^3.28.0",
|
|
"@tailwindcss/vite": "4.1.13",
|
|
"@vaadin/bundles": "24.9.4",
|
|
"@vaadin/common-frontend": "0.0.19",
|
|
"@vaadin/hilla-file-router": "24.9.4",
|
|
"@vaadin/hilla-frontend": "24.9.4",
|
|
"@vaadin/hilla-lit-form": "24.9.4",
|
|
"@vaadin/hilla-react-auth": "24.9.4",
|
|
"@vaadin/hilla-react-crud": "24.9.4",
|
|
"@vaadin/hilla-react-form": "24.9.4",
|
|
"@vaadin/hilla-react-i18n": "24.9.4",
|
|
"@vaadin/hilla-react-signals": "24.9.4",
|
|
"@vaadin/polymer-legacy-adapter": "24.9.4",
|
|
"@vaadin/react-components": "24.9.4",
|
|
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
|
"@vaadin/vaadin-lumo-styles": "24.9.4",
|
|
"@vaadin/vaadin-material-styles": "24.9.4",
|
|
"@vaadin/vaadin-themable-mixin": "24.9.4",
|
|
"@vaadin/vaadin-usage-statistics": "2.1.3",
|
|
"blurhash": "^2.0.5",
|
|
"classnames": "^2.5.1",
|
|
"construct-style-sheets-polyfill": "3.1.0",
|
|
"date-fns": "2.29.3",
|
|
"formik": "^2.4.6",
|
|
"framer-motion": "^12.23.22",
|
|
"fzf": "^0.5.2",
|
|
"http-status-codes": "^2.3.0",
|
|
"lit": "3.3.1",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.47",
|
|
"next-themes": "^0.4.6",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"rand-seed": "^2.1.7",
|
|
"react": "19.1.1",
|
|
"react-accessible-treeview": "^2.11.1",
|
|
"react-aria-components": "^1.7.1",
|
|
"react-confetti-boom": "^1.0.0",
|
|
"react-dom": "19.1.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-player": "^2.16.0",
|
|
"react-realtime-chart": "^0.8.1",
|
|
"react-router": "7.6.3",
|
|
"react-window": "^2.2.3",
|
|
"remark-breaks": "^4.0.0",
|
|
"swiper": "^11.2.6",
|
|
"valtio": "^2.1.5",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "7.27.1",
|
|
"@lit-labs/react": "^2.1.3",
|
|
"@preact/signals-react-transform": "0.6.0",
|
|
"@rollup/plugin-replace": "6.0.2",
|
|
"@rollup/pluginutils": "5.3.0",
|
|
"@types/node": "^22.4.0",
|
|
"@types/react": "19.1.17",
|
|
"@types/react-dom": "19.1.11",
|
|
"@types/react-window": "^1.8.8",
|
|
"@vaadin/hilla-generator-cli": "24.9.4",
|
|
"@vaadin/hilla-generator-core": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-backbone": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-barrel": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-client": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-model": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-push": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-signals": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-subtypes": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-transfertypes": "24.9.4",
|
|
"@vaadin/hilla-generator-utils": "24.9.4",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"glob": "11.0.3",
|
|
"magic-string": "0.30.19",
|
|
"rollup-plugin-brotli": "3.1.0",
|
|
"rollup-plugin-visualizer": "5.14.0",
|
|
"strip-css-comments": "5.0.0",
|
|
"tailwindcss": "4.1.13",
|
|
"transform-ast": "2.4.4",
|
|
"typescript": "5.8.3",
|
|
"vite": "6.4.1",
|
|
"vite-plugin-checker": "0.10.3",
|
|
"workbox-build": "7.3.0",
|
|
"workbox-core": "7.3.0",
|
|
"workbox-precaching": "7.3.0"
|
|
},
|
|
"overrides": {
|
|
"@react-aria/utils": "^3.28.1",
|
|
"classnames": "$classnames",
|
|
"react": "$react",
|
|
"react-dom": "$react-dom",
|
|
"@vaadin/bundles": "$@vaadin/bundles",
|
|
"@vaadin/common-frontend": "$@vaadin/common-frontend",
|
|
"construct-style-sheets-polyfill": "$construct-style-sheets-polyfill",
|
|
"lit": "$lit",
|
|
"@polymer/polymer": "$@polymer/polymer",
|
|
"@phosphor-icons/react": "$@phosphor-icons/react",
|
|
"formik": "$formik",
|
|
"yup": "$yup",
|
|
"@heroui/react": "$@heroui/react",
|
|
"framer-motion": "$framer-motion",
|
|
"http-status-codes": "$http-status-codes",
|
|
"@vaadin/polymer-legacy-adapter": "$@vaadin/polymer-legacy-adapter",
|
|
"@vaadin/vaadin-development-mode-detector": "$@vaadin/vaadin-development-mode-detector",
|
|
"@vaadin/vaadin-usage-statistics": "$@vaadin/vaadin-usage-statistics",
|
|
"@vaadin/react-components": "$@vaadin/react-components",
|
|
"@vaadin/hilla-frontend": "$@vaadin/hilla-frontend",
|
|
"@vaadin/hilla-react-auth": "$@vaadin/hilla-react-auth",
|
|
"@vaadin/hilla-react-crud": "$@vaadin/hilla-react-crud",
|
|
"@vaadin/hilla-file-router": "$@vaadin/hilla-file-router",
|
|
"@vaadin/hilla-react-i18n": "$@vaadin/hilla-react-i18n",
|
|
"@vaadin/hilla-lit-form": "$@vaadin/hilla-lit-form",
|
|
"@vaadin/hilla-react-form": "$@vaadin/hilla-react-form",
|
|
"@vaadin/hilla-react-signals": "$@vaadin/hilla-react-signals",
|
|
"moment": "$moment",
|
|
"moment-timezone": "$moment-timezone",
|
|
"react-confetti-boom": "$react-confetti-boom",
|
|
"date-fns": "$date-fns",
|
|
"@vaadin/vaadin-themable-mixin": "$@vaadin/vaadin-themable-mixin",
|
|
"@vaadin/vaadin-lumo-styles": "$@vaadin/vaadin-lumo-styles",
|
|
"@vaadin/vaadin-material-styles": "$@vaadin/vaadin-material-styles",
|
|
"@react-types/shared": "$@react-types/shared",
|
|
"@react-stately/data": "$@react-stately/data",
|
|
"react-aria-components": "$react-aria-components",
|
|
"react-accessible-treeview": "$react-accessible-treeview",
|
|
"rand-seed": "$rand-seed",
|
|
"react-router": "$react-router",
|
|
"swiper": "$swiper",
|
|
"react-player": "$react-player",
|
|
"react-markdown": "$react-markdown",
|
|
"remark-breaks": "$remark-breaks",
|
|
"valtio": "$valtio",
|
|
"fzf": "$fzf",
|
|
"@vaadin/router": "2.0.0",
|
|
"@tailwindcss/vite": "$@tailwindcss/vite",
|
|
"postcss": "$postcss",
|
|
"postcss-import": "$postcss-import",
|
|
"next-themes": "$next-themes",
|
|
"@vaadin/a11y-base": "24.9.4",
|
|
"@vaadin/accordion": "24.9.4",
|
|
"@vaadin/app-layout": "24.9.4",
|
|
"@vaadin/avatar": "24.9.4",
|
|
"@vaadin/avatar-group": "24.9.4",
|
|
"@vaadin/button": "24.9.4",
|
|
"@vaadin/card": "24.9.4",
|
|
"@vaadin/checkbox": "24.9.4",
|
|
"@vaadin/checkbox-group": "24.9.4",
|
|
"@vaadin/combo-box": "24.9.4",
|
|
"@vaadin/component-base": "24.9.4",
|
|
"@vaadin/confirm-dialog": "24.9.4",
|
|
"@vaadin/context-menu": "24.9.4",
|
|
"@vaadin/custom-field": "24.9.4",
|
|
"@vaadin/date-picker": "24.9.4",
|
|
"@vaadin/date-time-picker": "24.9.4",
|
|
"@vaadin/details": "24.9.4",
|
|
"@vaadin/dialog": "24.9.4",
|
|
"@vaadin/email-field": "24.9.4",
|
|
"@vaadin/field-base": "24.9.4",
|
|
"@vaadin/field-highlighter": "24.9.4",
|
|
"@vaadin/form-layout": "24.9.4",
|
|
"@vaadin/grid": "24.9.4",
|
|
"@vaadin/horizontal-layout": "24.9.4",
|
|
"@vaadin/icon": "24.9.4",
|
|
"@vaadin/icons": "24.9.4",
|
|
"@vaadin/input-container": "24.9.4",
|
|
"@vaadin/integer-field": "24.9.4",
|
|
"@vaadin/item": "24.9.4",
|
|
"@vaadin/list-box": "24.9.4",
|
|
"@vaadin/lit-renderer": "24.9.4",
|
|
"@vaadin/login": "24.9.4",
|
|
"@vaadin/markdown": "24.9.4",
|
|
"@vaadin/master-detail-layout": "24.9.4",
|
|
"@vaadin/menu-bar": "24.9.4",
|
|
"@vaadin/message-input": "24.9.4",
|
|
"@vaadin/message-list": "24.9.4",
|
|
"@vaadin/multi-select-combo-box": "24.9.4",
|
|
"@vaadin/notification": "24.9.4",
|
|
"@vaadin/number-field": "24.9.4",
|
|
"@vaadin/overlay": "24.9.4",
|
|
"@vaadin/password-field": "24.9.4",
|
|
"@vaadin/popover": "24.9.4",
|
|
"@vaadin/progress-bar": "24.9.4",
|
|
"@vaadin/radio-group": "24.9.4",
|
|
"@vaadin/scroller": "24.9.4",
|
|
"@vaadin/select": "24.9.4",
|
|
"@vaadin/side-nav": "24.9.4",
|
|
"@vaadin/split-layout": "24.9.4",
|
|
"@vaadin/tabs": "24.9.4",
|
|
"@vaadin/tabsheet": "24.9.4",
|
|
"@vaadin/text-area": "24.9.4",
|
|
"@vaadin/text-field": "24.9.4",
|
|
"@vaadin/time-picker": "24.9.4",
|
|
"@vaadin/tooltip": "24.9.4",
|
|
"@vaadin/upload": "24.9.4",
|
|
"@vaadin/vertical-layout": "24.9.4",
|
|
"@vaadin/virtual-list": "24.9.4",
|
|
"react-realtime-chart": "$react-realtime-chart",
|
|
"react-window": "$react-window",
|
|
"blurhash": "$blurhash"
|
|
},
|
|
"vaadin": {
|
|
"dependencies": {
|
|
"@polymer/polymer": "3.5.2",
|
|
"@vaadin/bundles": "24.9.4",
|
|
"@vaadin/common-frontend": "0.0.19",
|
|
"@vaadin/hilla-file-router": "24.9.4",
|
|
"@vaadin/hilla-frontend": "24.9.4",
|
|
"@vaadin/hilla-lit-form": "24.9.4",
|
|
"@vaadin/hilla-react-auth": "24.9.4",
|
|
"@vaadin/hilla-react-crud": "24.9.4",
|
|
"@vaadin/hilla-react-form": "24.9.4",
|
|
"@vaadin/hilla-react-i18n": "24.9.4",
|
|
"@vaadin/hilla-react-signals": "24.9.4",
|
|
"@vaadin/polymer-legacy-adapter": "24.9.4",
|
|
"@vaadin/react-components": "24.9.4",
|
|
"@vaadin/vaadin-development-mode-detector": "2.0.7",
|
|
"@vaadin/vaadin-lumo-styles": "24.9.4",
|
|
"@vaadin/vaadin-material-styles": "24.9.4",
|
|
"@vaadin/vaadin-themable-mixin": "24.9.4",
|
|
"@vaadin/vaadin-usage-statistics": "2.1.3",
|
|
"construct-style-sheets-polyfill": "3.1.0",
|
|
"date-fns": "2.29.3",
|
|
"lit": "3.3.1",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"react-router": "7.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "7.27.1",
|
|
"@preact/signals-react-transform": "0.6.0",
|
|
"@rollup/plugin-replace": "6.0.2",
|
|
"@rollup/pluginutils": "5.3.0",
|
|
"@types/react": "19.1.17",
|
|
"@types/react-dom": "19.1.11",
|
|
"@vaadin/hilla-generator-cli": "24.9.4",
|
|
"@vaadin/hilla-generator-core": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-backbone": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-barrel": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-client": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-model": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-push": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-signals": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-subtypes": "24.9.4",
|
|
"@vaadin/hilla-generator-plugin-transfertypes": "24.9.4",
|
|
"@vaadin/hilla-generator-utils": "24.9.4",
|
|
"@vitejs/plugin-react": "4.7.0",
|
|
"glob": "11.0.3",
|
|
"magic-string": "0.30.19",
|
|
"rollup-plugin-brotli": "3.1.0",
|
|
"rollup-plugin-visualizer": "5.14.0",
|
|
"strip-css-comments": "5.0.0",
|
|
"transform-ast": "2.4.4",
|
|
"typescript": "5.8.3",
|
|
"vite": "6.4.1",
|
|
"vite-plugin-checker": "0.10.3",
|
|
"workbox-build": "7.3.0",
|
|
"workbox-core": "7.3.0",
|
|
"workbox-precaching": "7.3.0"
|
|
},
|
|
"disableUsageStatistics": true,
|
|
"hash": "d06c4b56ae3a7bc3c4356d3669fc1ed559d83e5285df4e8b3e99bff46869f939"
|
|
}
|
|
} |