{
  "name": "grade-book",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@apollo/client": "^3.7.17",
    "apexcharts": "^3.41.0",
    "axios": "^1.4.0",
    "csv-file-to-json": "^4.0.5",
    "csvtojson": "^2.0.10",
    "graphql": "^16.6.0",
    "markdown-it": "^13.0.1",
    "next": "12.3.1",
    "papaparse": "^5.4.1",
    "react": "18.2.0",
    "react-apexcharts": "^1.4.1",
    "react-dom": "18.2.0",
    "react-markdown-editor-lite": "^1.3.4",
    "sweetalert2": "^11.7.16"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.14",
    "eslint": "8.24.0",
    "eslint-config-next": "12.3.1",
    "postcss": "^8.4.25",
    "tailwindcss": "^3.3.2"
  }
}
