{
  "name": "awesome-course",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.3.1",
    "autoprefixer": "^10.4.0",
    "gray-matter": "^4.0.3",
    "next": "12.0.7",
    "postcss": "^8.4.4",
    "postcss-import": "^14.0.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-hot-toast": "^2.1.1",
    "rehype-highlight": "^5.0.1",
    "rehype-stringify": "^9.0.2",
    "remark": "^14.0.2",
    "remark-rehype": "^10.1.0",
    "tailwindcss": "^3.0.0"
  },
  "devDependencies": {
    "@svgr/webpack": "^6.1.1",
    "@types/node": "^16.11.12",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "eslint": "8.4.1",
    "eslint-config-next": "12.0.7",
    "typescript": "^4.5.3"
  }
}
