Files
react_huong_dan_dang_ky_dan…/package.json
2025-10-08 06:58:27 +07:00

41 lines
1.0 KiB
JSON

{
"name": "react_authentication",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"sv": "json-server --watch db.json",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.9.0",
"antd": "^5.27.4",
"axios": "^1.12.2",
"jose": "^6.1.0",
"json-server": "^1.0.0-beta.3",
"jwt-decode": "^4.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-redux": "^9.2.0",
"react-router": "^7.9.3"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
}
}