Files
nguyencongpc_nextjs/package.json
2026-03-13 13:54:45 +07:00

47 lines
1.0 KiB
JSON

{
"name": "nguyencongpc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@fancyapps/ui": "^6.1.7",
"@tippyjs/react": "^4.2.6",
"@types/dompurify": "^3.0.5",
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"framer-motion": "^12.23.26",
"lightgallery": "^2.9.0",
"next": "^16.1.6",
"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.39.4",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8",
"msw": "^2.12.7",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"msw": {
"workerDirectory": [
"public"
]
}
}