{
  "name": "iestp-registro-pagos",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "NODE_ENV=development next dev",
    "build": "NODE_ENV=production next build",
    "start": "NODE_ENV=production node server.js -p 3001",
    "start:dev": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "11.11.4",
    "@tanstack/react-table": "8.17.3",
    "axios": "1.7.2",
    "base64url": "3.0.1",
    "eslint-plugin-unused-imports": "4.0.0",
    "flowbite-react": "0.10.0",
    "jsonwebtoken": "9.0.2",
    "lodash": "^4.17.21",
    "moment-timezone": "0.5.45",
    "next": "14.2.3",
    "next-seo": "6.5.0",
    "prettier": "3.2.5",
    "react": "18",
    "react-dom": "18",
    "react-icons": "5.2.1",
    "react-query": "3.39.3",
    "react-select": "5.8.0",
    "react-tailwindcss-select": "1.8.5",
    "react-toastify": "10.0.5",
    "zustand": "4.5.2",
    "zustymiddlewarets": "1.4.2"
  },
  "devDependencies": {
    "@types/axios": "0.14.0",
    "@types/lodash": "4.17.6",
    "@types/next-seo": "^2.1.2",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/react-select": "^5.0.1",
    "@types/react-toastify": "4.1.0",
    "globals": "15.6.0",
    "postcss": "8",
    "tailwindcss": "3.4.1",
    "ts-standard": "12.0.2",
    "typescript": "5",
    "typescript-eslint": "7.13.1"
  }
}
