Created logic for creating lists
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-25 22:32:24 +02:00
parent ab57857deb
commit 28069a92f1
7 changed files with 185 additions and 105 deletions

View File

@@ -7,12 +7,15 @@
},
"dependencies": {
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-uuid": "^1.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.6.2",