added client for frontend
Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
23
client/package.json
Archivo normal
23
client/package.json
Archivo normal
@@ -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"
|
||||
}
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user