42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.2.0",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@reduxjs/toolkit": "^2.10.1",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@tanstack/react-query": "^5.90.7",
|
|
"axios": "^1.13.2",
|
|
"daisyui": "^5.3.10",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-hook-form": "^7.66.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.9.5",
|
|
"tailwindcss": "^4.1.16",
|
|
"yup": "^1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.36.0",
|
|
"@types/react": "^19.1.16",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"eslint": "^9.36.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.22",
|
|
"globals": "^16.4.0",
|
|
"vite": "^7.1.7"
|
|
}
|
|
}
|