Files
nguyencongpc_nextjs/package.json

51 lines
1.2 KiB
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",
2026-03-13 17:23:37 +07:00
"lint": "eslint",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck",
"format": "prettier --write .",
"format:check": "prettier --check ."
2025-12-17 13:16:31 +07:00
},
"dependencies": {
2025-12-26 10:27:02 +07:00
"@fancyapps/ui": "^6.1.7",
2025-12-22 17:30:27 +07:00
"@tippyjs/react": "^4.2.6",
2026-03-13 13:54:45 +07:00
"@types/dompurify": "^3.0.5",
2026-01-05 13:50:16 +07:00
"date-fns": "^4.1.0",
2026-03-13 13:54:45 +07:00
"dompurify": "^3.3.3",
2025-12-26 10:27:02 +07:00
"framer-motion": "^12.23.26",
2025-12-27 10:03:53 +07:00
"lightgallery": "^2.9.0",
2026-03-13 13:54:45 +07:00
"next": "^16.1.6",
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",
2026-03-13 13:54:45 +07:00
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
2025-12-18 16:21:46 +07:00
"eslint-config-prettier": "^10.1.8",
2026-03-13 13:54:45 +07:00
"msw": "^2.12.7",
2025-12-18 16:21:46 +07:00
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
2026-03-13 13:54:45 +07:00
"typescript": "^5.9.3"
},
"msw": {
"workerDirectory": [
"public"
]
2025-12-17 13:16:31 +07:00
}
}