Nexus / frontend /package.json
ChandimaPrabath's picture
nexus auth integrated
cdf301a
raw
history blame contribute delete
514 Bytes
{
"name": "nex-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"axios": "^1.7.9",
"env-cmd": "^10.1.0",
"next": "15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-toastify": "^11.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17"
}
}