41 lines
955 B
JSON
41 lines
955 B
JSON
{
|
|
"name": "kham-benh-mo-pho",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^2.12.0",
|
|
"@tanstack/react-query": "^5.100.11",
|
|
"axios": "^1.16.1",
|
|
"clsx": "^2.1.1",
|
|
"lottie-react": "^2.4.1",
|
|
"lucide-react": "^1.16.0",
|
|
"md5": "^2.3.0",
|
|
"moment": "^2.30.1",
|
|
"next": "16.2.6",
|
|
"nprogress": "^0.2.0",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-redux": "^9.3.0",
|
|
"react-toastify": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/md5": "^2",
|
|
"@types/node": "^20",
|
|
"@types/nprogress": "^0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|