homepage/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

2022-08-14 12:02:58 +03:00
{
"name": "startpage",
"version": "0.1.0",
"private": true,
"scripts": {
"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": {
2022-09-24 14:52:54 +03:00
"@headlessui/react": "^1.7.2",
"@kubernetes/client-node": "^0.17.1",
2022-09-24 14:52:54 +03:00
"classnames": "^2.3.2",
2022-09-24 01:18:37 +03:00
"compare-versions": "^5.0.1",
2022-09-04 21:59:20 +03:00
"dockerode": "^3.3.4",
"follow-redirects": "^1.15.2",
2022-09-24 14:52:54 +03:00
"i18next": "^21.9.2",
2022-08-24 10:44:35 +03:00
"js-yaml": "^4.1.0",
2022-09-04 21:59:20 +03:00
"json-rpc-2.0": "^1.4.1",
2022-08-24 10:44:35 +03:00
"memory-cache": "^0.2.0",
2022-09-24 14:52:54 +03:00
"next": "^12.3.1",
2022-09-25 19:43:00 +03:00
"next-i18next": "^12.0.1",
2022-08-24 10:44:35 +03:00
"node-os-utils": "^1.3.7",
2022-09-08 11:48:16 +03:00
"pretty-bytes": "^6.0.0",
2022-08-25 21:31:57 +03:00
"raw-body": "^2.5.1",
2022-09-25 19:43:00 +03:00
"react": "^18.2.0",
2022-09-12 14:29:55 +03:00
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
2022-08-24 10:44:35 +03:00
"react-icons": "^4.4.0",
"shvl": "^3.0.0",
"swr": "^1.3.0",
"tough-cookie": "^4.1.2",
2022-10-10 00:31:50 -07:00
"winston": "^3.8.2",
"xml-js": "^1.6.11"
2022-08-14 12:02:58 +03:00
},
"devDependencies": {
2022-09-24 14:52:54 +03:00
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.12",
2022-09-25 19:43:00 +03:00
"eslint": "^8.24.0",
2022-09-07 16:53:24 +03:00
"eslint-config-airbnb": "^19.0.4",
2022-09-24 14:52:54 +03:00
"eslint-config-next": "^12.3.1",
2022-09-07 16:53:24 +03:00
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
2022-09-24 14:52:54 +03:00
"eslint-plugin-react": "^7.31.8",
2022-09-25 19:43:00 +03:00
"eslint-plugin-react-hooks": "^4.6.0",
2022-08-24 10:44:35 +03:00
"postcss": "^8.4.16",
2022-09-07 16:53:24 +03:00
"prettier": "^2.7.1",
2022-09-24 14:52:54 +03:00
"tailwind-scrollbar": "^2.0.1",
2022-08-24 10:44:35 +03:00
"tailwindcss": "^3.1.8",
2022-09-12 14:29:55 +03:00
"typescript": "^4.8.3"
2022-08-14 12:02:58 +03:00
}
}