mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
96c89662ec
Implement SystemEndpoint
154 lines
5.8 KiB
JSON
154 lines
5.8 KiB
JSON
{
|
|
"name": "gameyfin",
|
|
"version": "2.0.0-ALPHA",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@hilla/form": "2.5.6",
|
|
"@hilla/frontend": "2.5.6",
|
|
"@hilla/generator-typescript-cli": "2.5.6",
|
|
"@hilla/generator-typescript-core": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-backbone": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-barrel": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-client": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-model": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-push": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-subtypes": "2.5.6",
|
|
"@hilla/generator-typescript-utils": "2.5.6",
|
|
"@hilla/react-auth": "2.5.6",
|
|
"@hilla/react-components": "2.3.0",
|
|
"@hilla/react-crud": "2.5.6",
|
|
"@hilla/react-form": "2.5.6",
|
|
"@material-tailwind/react": "^2.1.9",
|
|
"@nextui-org/react": "^2.3.6",
|
|
"@phosphor-icons/react": "^2.0.15",
|
|
"@polymer/polymer": "3.5.1",
|
|
"@vaadin/bundles": "24.3.0",
|
|
"@vaadin/common-frontend": "0.0.19",
|
|
"@vaadin/router": "1.7.5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"classnames": "^2.3.2",
|
|
"clsx": "^2.1.0",
|
|
"construct-style-sheets-polyfill": "3.1.0",
|
|
"formik": "^2.4.5",
|
|
"framer-motion": "^11.1.7",
|
|
"http-status-codes": "^2.3.0",
|
|
"lit": "3.1.0",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.4.2",
|
|
"sonner": "^1.4.41",
|
|
"tailwind-merge": "^2.3.0",
|
|
"yup": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lit-labs/react": "^1.1.0",
|
|
"@rollup/plugin-replace": "5.0.4",
|
|
"@rollup/pluginutils": "5.0.5",
|
|
"@types/node": "^20.12.2",
|
|
"@types/react": "18.2.42",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@vitejs/plugin-react": "4.2.0",
|
|
"@vitejs/plugin-react-swc": "3.5.0",
|
|
"async": "3.2.4",
|
|
"autoprefixer": "^10.4.18",
|
|
"glob": "10.3.3",
|
|
"postcss": "^8.4.35",
|
|
"postcss-import": "^16.1.0",
|
|
"rollup-plugin-brotli": "3.1.0",
|
|
"rollup-plugin-visualizer": "5.9.2",
|
|
"strip-css-comments": "5.0.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"transform-ast": "2.4.4",
|
|
"typescript": "5.3.3",
|
|
"vite": "5.0.6",
|
|
"vite-plugin-checker": "0.6.2",
|
|
"workbox-build": "7.0.0",
|
|
"workbox-core": "7.0.0",
|
|
"workbox-precaching": "7.0.0"
|
|
},
|
|
"overrides": {
|
|
"classnames": "$classnames",
|
|
"react": "$react",
|
|
"react-dom": "$react-dom",
|
|
"react-router-dom": "$react-router-dom",
|
|
"@vaadin/bundles": "$@vaadin/bundles",
|
|
"@hilla/react-components": "$@hilla/react-components",
|
|
"@vaadin/common-frontend": "$@vaadin/common-frontend",
|
|
"construct-style-sheets-polyfill": "$construct-style-sheets-polyfill",
|
|
"lit": "$lit",
|
|
"@vaadin/router": "$@vaadin/router",
|
|
"@polymer/polymer": "$@polymer/polymer",
|
|
"@hilla/react-auth": "$@hilla/react-auth",
|
|
"@hilla/generator-typescript-plugin-model": "$@hilla/generator-typescript-plugin-model",
|
|
"@hilla/generator-typescript-plugin-barrel": "$@hilla/generator-typescript-plugin-barrel",
|
|
"@hilla/react-form": "$@hilla/react-form",
|
|
"@hilla/generator-typescript-plugin-push": "$@hilla/generator-typescript-plugin-push",
|
|
"@hilla/generator-typescript-core": "$@hilla/generator-typescript-core",
|
|
"@hilla/generator-typescript-plugin-client": "$@hilla/generator-typescript-plugin-client",
|
|
"@hilla/generator-typescript-utils": "$@hilla/generator-typescript-utils",
|
|
"@hilla/frontend": "$@hilla/frontend",
|
|
"@hilla/form": "$@hilla/form",
|
|
"@hilla/generator-typescript-plugin-subtypes": "$@hilla/generator-typescript-plugin-subtypes",
|
|
"@hilla/react-crud": "$@hilla/react-crud",
|
|
"@hilla/generator-typescript-plugin-backbone": "$@hilla/generator-typescript-plugin-backbone",
|
|
"@hilla/generator-typescript-cli": "$@hilla/generator-typescript-cli",
|
|
"@phosphor-icons/react": "$@phosphor-icons/react",
|
|
"formik": "$formik",
|
|
"yup": "$yup",
|
|
"class-variance-authority": "$class-variance-authority",
|
|
"clsx": "$clsx",
|
|
"next-themes": "$next-themes",
|
|
"tailwind-merge": "$tailwind-merge",
|
|
"@nextui-org/react": "$@nextui-org/react",
|
|
"framer-motion": "$framer-motion",
|
|
"@material-tailwind/react": "$@material-tailwind/react",
|
|
"sonner": "$sonner",
|
|
"http-status-codes": "$http-status-codes"
|
|
},
|
|
"vaadin": {
|
|
"dependencies": {
|
|
"@hilla/form": "2.5.6",
|
|
"@hilla/frontend": "2.5.6",
|
|
"@hilla/generator-typescript-cli": "2.5.6",
|
|
"@hilla/generator-typescript-core": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-backbone": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-barrel": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-client": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-model": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-push": "2.5.6",
|
|
"@hilla/generator-typescript-plugin-subtypes": "2.5.6",
|
|
"@hilla/generator-typescript-utils": "2.5.6",
|
|
"@hilla/react-auth": "2.5.6",
|
|
"@hilla/react-components": "2.3.0",
|
|
"@hilla/react-crud": "2.5.6",
|
|
"@hilla/react-form": "2.5.6",
|
|
"@polymer/polymer": "3.5.1",
|
|
"@vaadin/bundles": "24.3.0",
|
|
"@vaadin/common-frontend": "0.0.19",
|
|
"@vaadin/router": "1.7.5",
|
|
"construct-style-sheets-polyfill": "3.1.0",
|
|
"lit": "3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-replace": "5.0.4",
|
|
"@rollup/pluginutils": "5.0.5",
|
|
"@vitejs/plugin-react": "4.2.0",
|
|
"@vitejs/plugin-react-swc": "3.5.0",
|
|
"async": "3.2.4",
|
|
"glob": "10.3.3",
|
|
"rollup-plugin-brotli": "3.1.0",
|
|
"rollup-plugin-visualizer": "5.9.2",
|
|
"strip-css-comments": "5.0.0",
|
|
"transform-ast": "2.4.4",
|
|
"typescript": "5.3.3",
|
|
"vite": "5.0.6",
|
|
"vite-plugin-checker": "0.6.2",
|
|
"workbox-build": "7.0.0",
|
|
"workbox-core": "7.0.0",
|
|
"workbox-precaching": "7.0.0"
|
|
},
|
|
"hash": "e078b3ecf381b7be4b804c8e2cd928faa9accb3412cfb55cfb649f9633cd1d41"
|
|
}
|
|
}
|