Files
vna-fasc-fe/package.json
T
2026-07-21 16:46:47 +07:00

49 lines
1.2 KiB
JSON

{
"name": "phan-he-quan-ly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-tooltip": "^1.2.12",
"@reduxjs/toolkit": "^2.12.0",
"@tanstack/react-query": "^5.101.2",
"axios": "^1.18.1",
"clsx": "^2.1.1",
"countries-and-timezones": "^3.9.0",
"countries-list": "^3.4.1",
"iconsax-react": "^0.0.8",
"lottie-react": "^2.4.1",
"md5": "^2.3.0",
"moment": "^2.30.1",
"next": "16.2.9",
"nprogress": "^0.2.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.7.0",
"react-moment": "^2.0.2",
"react-redux": "^9.3.0",
"react-toastify": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/md5": "^2.3.6",
"@types/moment": "^2.13.0",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-redux": "^7.1.34",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}