start work on the frontend
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 8s

This commit is contained in:
Lee
2024-04-14 18:46:37 +01:00
parent 9afa9c90ca
commit cb15f18bfe
15 changed files with 3137 additions and 156 deletions

View File

@ -9,18 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.368.0",
"next": "14.2.1",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"next": "14.2.1"
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.1"
"typescript": "^5"
}
}