Web.Auth.Nexus / frontend /package.json
ChandimaPrabath's picture
init
e71a2ef
raw
history blame
285 Bytes
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.1.5"
}
}