Files

31 lines
740 B
JSON
Raw Permalink Normal View History

2025-12-29 17:43:31 +07:00
{
"name": "hoanghapc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-01-13 17:22:12 +07:00
"@fancyapps/ui": "5.0",
2025-12-29 17:43:31 +07:00
"next": "16.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"swiper": "^12.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.23",
"eslint": "^9",
"eslint-config-next": "16.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}