{ "name": "bakery-dashboard", "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.0", "react": "^18.2.0", "react-dom": "^18.2.0", "chart.js": "^4.4.0", "react-chartjs-2": "^5.2.0", "axios": "^1.6.0", "@tailwindcss/forms": "^0.5.7", "date-fns": "^2.30.0", "react-hook-form": "^7.47.0", "zustand": "^4.4.6", "@headlessui/react": "^2.0.0", "@heroicons/react": "^2.0.18", "framer-motion": "^10.16.4", "jwt-decode": "^4.0.0" }, "devDependencies": { "@types/node": "^20.8.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "autoprefixer": "^10.4.16", "eslint": "^8.52.0", "eslint-config-next": "14.0.0", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "typescript": "^5.2.2" } }