feat: front

This commit is contained in:
tymur999
2024-10-19 15:40:56 -04:00
committed by Mark Goltsman
parent 3c4f501316
commit 496b7b1492
7 changed files with 169 additions and 18 deletions

View File

@@ -9,18 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"framer": "^2.4.1",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"next": "14.2.15"
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.15"
"typescript": "^5"
}
}