admin/package.json

61 lines
1.9 KiB
JSON

{
"name": "admin-panel",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"swagger": "python3 -m http.server 8000 && open http://localhost:8000/swagger-ui.html",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run:headless": "cypress run --headless",
"test:e2e": "start-server-and-test dev http://localhost:5173/ cypress:run",
"test:e2e:open": "start-server-and-test dev http://localhost:5173/ cypress:open"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^5.1.1",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@types/js-cookie": "^3.0.6",
"axios": "^1.9.0",
"clsx": "^2.0.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.263.1",
"react": "^19.2.3",
"react-date-object": "2.1.9",
"react-dom": "^19.2.3",
"react-hook-form": "^7.57.0",
"react-hot-toast": "^2.5.2",
"react-multi-date-picker": "4.5.2",
"react-router-dom": "^6.15.0",
"recharts": "^2.8.0",
"yup": "^1.6.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@cypress/react18": "^2.0.1",
"@cypress/vite-dev-server": "^6.0.3",
"@types/node": "^24.0.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"cypress": "^14.5.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.27",
"start-server-and-test": "^2.0.12",
"tailwindcss": "^3.3.3",
"terser": "^5.43.1",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}