Files
nguyencongpc_nextjs/package.json
2025-12-22 17:30:27 +07:00

35 lines
795 B
JSON

{
"name": "nguyencongpc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"next": "16.0.10",
"postcss": "^8.5.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-icons": "^5.5.0",
"swiper": "^12.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.5.14",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}