2022-08-14 12:02:58 +03:00
|
|
|
{
|
2024-09-05 15:53:45 -07:00
|
|
|
"name": "homepage",
|
2025-09-22 08:18:10 -07:00
|
|
|
"version": "1.5.0",
|
2022-08-14 12:02:58 +03:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-03-11 09:41:25 -07:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2022-08-14 12:02:58 +03:00
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
2022-09-14 16:04:00 +03:00
|
|
|
"lint": "next lint",
|
|
|
|
|
"telemetry": "next telemetry disable"
|
2022-08-14 12:02:58 +03:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-09-03 12:14:04 -07:00
|
|
|
"@headlessui/react": "^2.2.7",
|
2025-02-06 16:12:42 -08:00
|
|
|
"@kubernetes/client-node": "^1.0.0",
|
2024-02-01 01:05:02 -08:00
|
|
|
"classnames": "^2.5.1",
|
2025-02-18 16:16:53 -08:00
|
|
|
"compare-versions": "^6.1.1",
|
2025-08-02 03:28:51 +00:00
|
|
|
"dockerode": "^4.0.7",
|
2025-08-02 02:49:30 +00:00
|
|
|
"follow-redirects": "^1.15.11",
|
2025-10-01 17:51:03 +00:00
|
|
|
"gamedig": "^5.3.2",
|
2025-10-01 17:38:29 +00:00
|
|
|
"i18next": "^25.5.3",
|
2025-05-07 12:20:04 -03:00
|
|
|
"ical.js": "^2.1.0",
|
2022-08-24 10:44:35 +03:00
|
|
|
"js-yaml": "^4.1.0",
|
2024-02-01 01:05:02 -08:00
|
|
|
"json-rpc-2.0": "^1.7.0",
|
2025-06-02 00:01:52 +00:00
|
|
|
"luxon": "^3.6.1",
|
2022-08-24 10:44:35 +03:00
|
|
|
"memory-cache": "^0.2.0",
|
2025-03-15 15:30:21 -07:00
|
|
|
"minecraftstatuspinger": "^1.2.2",
|
2025-09-03 20:09:13 +00:00
|
|
|
"next": "^15.5.2",
|
2024-02-01 01:05:02 -08:00
|
|
|
"next-i18next": "^12.1.0",
|
2023-10-20 00:09:33 -07:00
|
|
|
"ping": "^0.4.4",
|
2024-02-01 01:05:02 -08:00
|
|
|
"pretty-bytes": "^6.1.1",
|
2025-10-01 17:21:12 +00:00
|
|
|
"raw-body": "^3.0.1",
|
2024-05-01 09:44:31 -07:00
|
|
|
"react": "^18.3.1",
|
2025-01-26 00:20:41 -08:00
|
|
|
"react-dom": "^18.3.1",
|
2025-07-01 11:58:43 -07:00
|
|
|
"react-i18next": "^15.5.3",
|
2025-01-01 08:34:05 -08:00
|
|
|
"react-icons": "^5.4.0",
|
2025-09-03 20:01:08 +00:00
|
|
|
"recharts": "^3.1.2",
|
2025-04-01 09:36:44 -07:00
|
|
|
"swr": "^2.3.3",
|
2025-07-01 16:36:48 +00:00
|
|
|
"systeminformation": "^5.27.7",
|
2025-09-03 19:32:00 +00:00
|
|
|
"tough-cookie": "^6.0.0",
|
2025-01-26 00:20:41 -08:00
|
|
|
"urbackup-server-api": "^0.8.9",
|
2025-02-18 16:16:53 -08:00
|
|
|
"winston": "^3.17.0",
|
2022-10-10 00:31:50 -07:00
|
|
|
"xml-js": "^1.6.11"
|
2022-08-14 12:02:58 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-02-18 16:16:53 -08:00
|
|
|
"@tailwindcss/forms": "^0.5.10",
|
2025-10-01 18:12:24 +00:00
|
|
|
"@tailwindcss/postcss": "^4.1.14",
|
2025-05-01 14:43:39 -07:00
|
|
|
"eslint": "^9.25.1",
|
2025-04-01 09:32:05 -07:00
|
|
|
"eslint-config-next": "^15.2.4",
|
2025-04-01 09:24:46 -07:00
|
|
|
"eslint-config-prettier": "^10.1.1",
|
2025-08-02 02:58:21 +00:00
|
|
|
"eslint-plugin-import": "^2.32.0",
|
2025-02-18 16:16:53 -08:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
2025-10-01 10:11:32 -07:00
|
|
|
"eslint-plugin-prettier": "^5.5.4",
|
2025-02-18 16:16:53 -08:00
|
|
|
"eslint-plugin-react": "^7.37.4",
|
2025-07-01 09:25:23 -07:00
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
2025-08-02 03:44:51 +00:00
|
|
|
"postcss": "^8.5.6",
|
2025-07-01 16:59:47 +00:00
|
|
|
"prettier": "^3.6.2",
|
2025-03-30 21:40:03 -07:00
|
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
2025-06-02 00:18:49 +00:00
|
|
|
"tailwind-scrollbar": "^4.0.2",
|
2025-03-02 08:42:57 -08:00
|
|
|
"tailwindcss": "^4.0.9",
|
2025-02-18 16:16:53 -08:00
|
|
|
"typescript": "^5.7.3"
|
2023-04-04 14:27:44 -07:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"osx-temperature-sensor": "^1.0.8"
|
2025-05-20 19:31:45 -07:00
|
|
|
},
|
2025-06-01 16:35:34 -07:00
|
|
|
"packageManager": "pnpm@10.8.1",
|
|
|
|
|
"devEngines": {
|
|
|
|
|
"packageManager": {
|
|
|
|
|
"name": "pnpm",
|
|
|
|
|
"version": "10.8.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-05-20 19:31:45 -07:00
|
|
|
"pnpm": {
|
|
|
|
|
"onlyBuiltDependencies": [
|
2025-08-13 06:35:11 -07:00
|
|
|
"osx-temperature-sensor",
|
2025-05-20 19:31:45 -07:00
|
|
|
"sharp"
|
|
|
|
|
]
|
2022-08-14 12:02:58 +03:00
|
|
|
}
|
|
|
|
|
}
|