Basic drag and drop

This commit is contained in:
ajnart
2022-05-21 10:28:19 +02:00
parent b11bffb7cf
commit 1840713179
7 changed files with 263 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "homarr",
"version": "0.4.0",
"private": "false",
"description": "Homarr - A homepage for your server.",
"repository": {
"type": "git",
"url": "https://github.com/ajnart/homarr"
},
"name": "homarr",
"version": "0.4.0",
"private": "false",
"description": "Homarr - A homepage for your server.",
"repository": {
"type": "git",
"url": "https://github.com/ajnart/homarr"
},
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -45,6 +45,7 @@
"next": "12.1.5-canary.4",
"prism-react-renderer": "^1.3.1",
"react": "18.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.0.0",
"tabler-icons-react": "^1.46.0"
},
@@ -62,6 +63,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "17.0.43",
"@types/react-beautiful-dnd": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"babel-loader": "^8.2.4",