homepage/package.json

68 lines
1.8 KiB
JSON
Raw Normal View History

2022-08-14 12:02:58 +03:00
{
"name": "homepage",
2025-03-27 20:20:02 -07:00
"version": "1.1.1",
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": {
"@headlessui/react": "^1.7.19",
"@kubernetes/client-node": "^1.0.0",
"cal-parser": "^1.0.2",
"classnames": "^2.5.1",
2025-02-18 16:16:53 -08:00
"compare-versions": "^6.1.1",
"dockerode": "^4.0.4",
"follow-redirects": "^1.15.9",
2025-02-18 16:16:53 -08:00
"gamedig": "^5.2.0",
"i18next": "^21.10.0",
2022-08-24 10:44:35 +03:00
"js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.7.0",
"luxon": "^3.5.0",
2022-08-24 10:44:35 +03:00
"memory-cache": "^0.2.0",
"minecraftstatuspinger": "^1.2.2",
"next": "^15.2.3",
"next-i18next": "^12.1.0",
"ping": "^0.4.4",
"pretty-bytes": "^6.1.1",
"raw-body": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^11.18.6",
"react-icons": "^5.4.0",
2025-02-18 16:16:53 -08:00
"recharts": "^2.15.1",
"rrule": "^2.8.1",
"swr": "^1.3.0",
2025-02-18 16:16:53 -08:00
"systeminformation": "^5.25.11",
"tough-cookie": "^5.1.2",
"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-03-02 08:42:57 -08:00
"@tailwindcss/postcss": "^4.0.9",
"eslint": "^9.21.0",
2025-02-18 16:16:53 -08:00
"eslint-config-next": "^15.1.7",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-import": "^2.31.0",
2025-02-18 16:16:53 -08:00
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.5.2",
"prettier": "^3.5.2",
"prettier-plugin-organize-imports": "^4.1.0",
2025-03-02 08:42:57 -08:00
"tailwind-scrollbar": "^4.0.1",
"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"
2022-08-14 12:02:58 +03:00
}
}