{
  "name": "scriptor",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@hookform/resolvers": "^3.3.2",
    "@mui/material": "^5.14.17",
    "@mui/x-date-pickers": "^6.18.1",
    "@supabase/auth-helpers-react": "^0.4.2",
    "@supabase/supabase-js": "^2.39.2",
    "@tinymce/tinymce-react": "^4.3.2",
    "autoprefixer": "10.4.14",
    "axios": "^1.6.2",
    "body-scroll-lock": "^4.0.0-beta.0",
    "cookies": "^0.8.0",
    "date-fns": "^2.30.0",
    "eslint": "8.45.0",
    "eslint-config-next": "13.4.12",
    "globby": "^11.0.1",
    "http-proxy": "^1.18.1",
    "next": "^13.5.6",
    "postcss": "^8.4.31",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-google-recaptcha": "^3.1.0",
    "react-hook-form": "^7.48.2",
    "react-select": "^5.8.0",
    "tailwind-scrollbar": "^3.0.5",
    "tailwindcss": "3.3.3",
    "uuid": "^9.0.1",
    "yup": "^1.3.2"
  }
}
