homepage/package.json

37 lines
836 B
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",
"lint": "next lint"
},
"dependencies": {
2022-08-24 10:44:35 +03:00
"@headlessui/react": "^1.6.6",
"@tailwindcss/forms": "^0.5.2",
"dockerode": "^3.3.3",
"js-yaml": "^4.1.0",
2022-08-25 02:48:52 +03:00
"json-rpc-2.0": "^1.3.0",
"lodash": "^4.17.21",
2022-08-24 10:44:35 +03:00
"memory-cache": "^0.2.0",
2022-08-14 12:02:58 +03:00
"next": "12.2.5",
2022-08-24 10:44:35 +03:00
"node-os-utils": "^1.3.7",
2022-08-25 21:31:57 +03:00
"raw-body": "^2.5.1",
2022-08-14 12:02:58 +03:00
"react": "18.2.0",
2022-08-24 10:44:35 +03:00
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
2022-08-25 21:31:57 +03:00
"rutorrent-promise": "^2.0.0",
2022-08-24 10:44:35 +03:00
"swr": "^1.3.0"
2022-08-14 12:02:58 +03:00
},
"devDependencies": {
2022-08-24 10:44:35 +03:00
"autoprefixer": "^10.4.8",
2022-08-14 12:02:58 +03:00
"eslint": "8.22.0",
2022-08-24 10:44:35 +03:00
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
2022-08-14 12:02:58 +03:00
}
}