Files
nguyencongpc_nextjs/package.json

34 lines
763 B
JSON
Raw Normal View History

2025-12-17 13:16:31 +07:00
{
"name": "nguyencongpc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.0.10",
2025-12-18 16:21:46 +07:00
"postcss": "^8.5.6",
2025-12-17 13:16:31 +07:00
"react": "19.2.1",
2025-12-18 16:21:46 +07:00
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"swiper": "^12.0.3"
2025-12-17 13:16:31 +07:00
},
"devDependencies": {
2025-12-18 16:21:46 +07:00
"@tailwindcss/postcss": "^4.1.18",
2025-12-17 13:16:31 +07:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-12-18 16:21:46 +07:00
"daisyui": "^5.5.14",
2025-12-17 13:16:31 +07:00
"eslint": "^9",
"eslint-config-next": "16.0.10",
2025-12-18 16:21:46 +07:00
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
2025-12-17 13:16:31 +07:00
"typescript": "^5"
}
}