{
  "name": "a",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "node server.js",
    "build": "next build",
    "start": "cross-env NODE_ENV=production node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@emotion/css": "^11.10.6",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@minoru/react-dnd-treeview": "^3.4.1",
    "@mui/base": "^5.0.0-alpha.116",
    "@mui/icons-material": "^5.11.11",
    "@mui/lab": "^5.0.0-alpha.121",
    "@mui/material": "^5.11.14",
    "@react-icons/all-files": "^4.1.0",
    "bcryptjs": "^2.4.3",
    "cross-env": "^7.0.3",
    "cyrillic-to-latin": "^2.0.0",
    "express": "^4.18.2",
    "express-fileupload": "^1.4.0",
    "html-react-parser": "^4.2.2",
    "http-status-codes": "^2.2.0",
    "immutability-helper": "^3.1.1",
    "install": "^0.13.0",
    "iron-session": "^6.3.1",
    "js-video-url-parser": "^0.5.1",
    "jsonwebtoken": "^9.0.0",
    "next": "12.3.3",
    "next-connect": "^0.13.0",
    "nodemailer": "^6.9.7",
    "npm": "^9.6.2",
    "react": "18.2.0",
    "react-bootstrap-icons": "^1.10.3",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1",
    "react-dom": "18.2.0",
    "react-notifications": "^1.7.4",
    "react-quill": "^2.0.0",
    "react-slick": "^0.29.0",
    "react-unity-webgl": "^9.4.3",
    "serverless-mysql": "^1.5.4",
    "shelljs": "^0.8.5",
    "slick-carousel": "^1.8.1",
    "swiper": "^10.3.0",
    "uid": "^2.0.1"
  },
  "devDependencies": {
    "eslint": "8.27.0",
    "eslint-config-next": "13.0.3"
  },
  "browser": {
    "child_process": false
  }
}