You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.8 KiB
67 lines
1.8 KiB
{
|
|
"name": "startpage",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"telemetry": "next telemetry disable"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.18",
|
|
"@kubernetes/client-node": "^0.17.1",
|
|
"cal-parser": "^1.0.2",
|
|
"classnames": "^2.5.1",
|
|
"compare-versions": "^6.1.0",
|
|
"dockerode": "^4.0.2",
|
|
"follow-redirects": "^1.15.6",
|
|
"gamedig": "^4.3.1",
|
|
"i18next": "^21.10.0",
|
|
"js-yaml": "^4.1.0",
|
|
"json-rpc-2.0": "^1.7.0",
|
|
"luxon": "^3.4.4",
|
|
"memory-cache": "^0.2.0",
|
|
"minecraft-ping-js": "^1.0.2",
|
|
"next": "^12.3.4",
|
|
"next-i18next": "^12.1.0",
|
|
"ping": "^0.4.4",
|
|
"pretty-bytes": "^6.1.1",
|
|
"raw-body": "^2.5.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^11.18.6",
|
|
"react-icons": "^4.12.0",
|
|
"recharts": "^2.12.6",
|
|
"rrule": "^2.8.1",
|
|
"swr": "^1.3.0",
|
|
"systeminformation": "^5.22.7",
|
|
"tough-cookie": "^4.1.3",
|
|
"urbackup-server-api": "^0.8.9",
|
|
"winston": "^3.11.0",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-next": "^14.2.3",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.34.2",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"tailwind-scrollbar": "^3.0.5",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"optionalDependencies": {
|
|
"osx-temperature-sensor": "^1.0.8"
|
|
}
|
|
}
|