added client for frontend

Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-11 11:57:23 +05:30
padre b48a9f24b6
commit 5927e494fd
Se han modificado 18 ficheros con 7579 adiciones y 0 borrados

23
client/package.json Archivo normal
Ver fichero

@@ -0,0 +1,23 @@
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.0.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.2"
}
}