File size: 514 Bytes
9eea1c5 a55fe46 9eea1c5 cdf301a c698deb 9eea1c5 cdf301a 9eea1c5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"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"
}
}
|