Files

62 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2026-06-16 13:08:58 +05:30
{
"name": "pim",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2026-07-13 17:49:59 +05:30
"dev": "vite --mode development",
"test": "vite --mode test",
"local": "vite --mode localdev",
2026-06-16 13:08:58 +05:30
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2026-07-16 10:47:07 +05:30
"@hookform/resolvers": "^5.4.0",
2026-06-29 15:30:49 +05:30
"@radix-ui/react-alert-dialog": "^1.1.17",
2026-06-16 18:46:54 +05:30
"@radix-ui/react-checkbox": "^1.3.5",
2026-06-18 17:56:25 +05:30
"@radix-ui/react-dropdown-menu": "^2.1.18",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-tabs": "^1.1.15",
2026-06-16 13:08:58 +05:30
"@reduxjs/toolkit": "^2.12.0",
"@tailwindcss/vite": "^4.3.1",
2026-06-23 11:20:21 +05:30
"axios": "^1.18.1",
2026-06-16 18:46:54 +05:30
"clsx": "^2.1.1",
2026-06-23 11:04:34 +05:30
"formik": "^2.4.9",
2026-06-20 11:08:32 +05:30
"input-otp": "^1.4.2",
2026-06-16 18:46:54 +05:30
"lucide-react": "^1.18.0",
2026-06-16 13:08:58 +05:30
"react": "^19.2.6",
2026-06-18 17:56:25 +05:30
"react-day-picker": "^10.0.1",
2026-06-16 13:08:58 +05:30
"react-dom": "^19.2.6",
2026-07-16 10:47:07 +05:30
"react-hook-form": "^7.81.0",
2026-06-19 19:38:24 +05:30
"react-is": "^19.2.7",
2026-06-16 13:08:58 +05:30
"react-redux": "^9.3.0",
2026-06-18 17:56:25 +05:30
"react-router-dom": "^7.18.0",
"react-toastify": "^11.1.0",
2026-06-16 18:46:54 +05:30
"recharts": "^3.8.1",
2026-07-14 12:45:22 +05:30
"socket.io-client": "^4.8.3",
2026-06-16 18:46:54 +05:30
"tailwind-merge": "^3.6.0",
2026-06-23 11:04:34 +05:30
"tailwindcss": "^4.3.1",
"yup": "^1.7.1"
2026-06-16 13:08:58 +05:30
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/js": "^10.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
2026-07-02 16:00:07 +05:30
"ts-morph": "^28.0.0",
2026-06-16 13:08:58 +05:30
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}