Spaces:
Sleeping
Sleeping
File size: 489 Bytes
e71a2ef 5649a75 e71a2ef 5649a75 e71a2ef |
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 |
{
"name": "frontend",
"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",
"next": "15.1.5",
"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"
}
}
|