{ "name": "aseret-frontend", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "next": "^14.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", "axios": "^1.6.2", "zustand": "^4.4.7", "@tanstack/react-query": "^5.14.2", "date-fns": "^3.0.6", "react-hook-form": "^7.49.2", "zod": "^3.22.4", "@hookform/resolvers": "^3.3.2", "clsx": "^2.0.0", "tailwindcss": "^3.4.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.1.1", "recharts": "^2.10.3", "react-hot-toast": "^2.4.1" }, "devDependencies": { "@types/node": "^20.10.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "typescript": "^5.3.3", "eslint": "^8.56.0", "eslint-config-next": "^14.0.4", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0" } }