Refactoring

This commit is contained in:
Mark Goltsman
2024-10-20 12:26:33 -04:00
parent 139ca3f235
commit f5ff74288f
5 changed files with 72 additions and 32 deletions

View File

@@ -12,10 +12,11 @@
"framer": "^2.4.1",
"next": "14.2.15",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18"
"react-dom": "^18",
"next": "14.2.15"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
@@ -23,6 +24,7 @@
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"eslint": "^8",
"eslint-config-next": "14.2.15"
}
}