{
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint",
    "css": "npx tailwindcss -i ./src/input.css -o ./src/output.css --watch"
  },
  "dependencies": {
    "@heroicons/react": "^2.1.3",
    "autoprefixer": "^10.4.19",
    "axios": "^1.7.2",
    "crypto-js": "^4.2.0",
    "date-fns": "^3.6.0",
    "echarts": "^5.5.1",
    "moment": "^2.30.1",
    "mysql2": "^3.9.7",
    "net": "^1.0.2",
    "next": "^14.2.3",
    "papaparse": "^5.4.1",
    "postcss": "^8.4.38",
    "raw-body": "^2.5.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-select": "^5.8.0",
    "react-to-print": "^2.15.1",
    "tailwindcss": "^3.4.3",
    "tls": "^0.0.1"
  },
  "devDependencies": {
    "@types/node": "20.12.12",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "typescript": "5.4.5"
  }
}
