{
  "name": "kotelnikovo",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "concurrently \"npm run server\" \"npm run client\"",
    "client": "node server.js",
    "server": "cd server && nodemon app.js",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "@material-ui/core": "4.9.5",
    "@material-ui/icons": "4.9.1",
    "@phuocng/react-pdf-viewer": "1.6.0",
    "@zeit/next-css": "1.0.1",
    "@zeit/next-sass": "1.0.1",
    "axios": "0.19.2",
    "b_": "1.3.4",
    "classnames": "2.2.6",
    "cors": "2.8.5",
    "dotenv": "8.2.0",
    "draft-js": "^0.11.7",
    "draftjs-to-html": "^0.9.1",
    "express": "4.17.1",
    "framer-motion": "1.8.4",
    "html-to-draftjs": "^1.5.0",
    "http-proxy-middleware": "1.0.1",
    "lodash": "4.17.15",
    "moment": "^2.29.0",
    "morgan": "^1.10.0",
    "next": "^9.5.3",
    "next-compose-plugins": "2.2.0",
    "next-redux-wrapper": "^6.0.2",
    "next-ym": "2.3.5",
    "node-sass": "4.13.1",
    "nookies": "2.0.8",
    "prop-types": "^15.7.2",
    "react": "16.12.0",
    "react-countup": "4.3.3",
    "react-dom": "16.12.0",
    "react-draft-wysiwyg": "^1.14.5",
    "react-html-parser": "2.0.2",
    "react-odometerjs": "2.1.1",
    "react-redux": "^7.2.1",
    "react-scroll": "1.7.16",
    "react-toastify": "5.5.0",
    "react-transition-group": "4.3.0",
    "react-visibility-sensor": "5.1.1",
    "react-youtube": "7.9.0",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "slug": "^3.3.4",
    "sqlstring": "^2.3.2"
  },
  "devDependencies": {
    "babel-eslint": "10.1.0",
    "eslint": "6.8.0",
    "eslint-config-airbnb": "18.1.0",
    "eslint-loader": "4.0.0",
    "eslint-plugin-import": "2.20.2",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-react": "7.19.0",
    "eslint-plugin-react-hooks": "3.0.0"
  }
}
