71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"name": "bijou-erp",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host :: --port 3000",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host :: --port 3000"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@hello-pangea/dnd": "^16.3.0",
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"@mui/material": "^7.3.6",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@reduxjs/toolkit": "^2.11.0",
|
|
"axios": "^1.13.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"classnames": "^2.5.1",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"framer-motion": "^10.16.4",
|
|
"html2canvas": "^1.4.1",
|
|
"js-cookie": "^3.0.5",
|
|
"jspdf": "^3.0.4",
|
|
"lucide-react": "^0.292.0",
|
|
"react": "^18.2.0",
|
|
"react-day-picker": "^8.9.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^6.16.0",
|
|
"recharts": "^2.9.3",
|
|
"redux-persist": "^6.0.0",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/react": "^18.3.27",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/react-helmet": "^6.1.11",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^4.5.0"
|
|
}
|
|
}
|