{ "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", "@next/mdx": "^10.1.3", "date-fns": "^2.11.1", "gray-matter": "^4.0.2", "next": "^10.0.0", "react": "17.0.1", "react-dom": "17.0.1", "remark": "^12.0.0", "remark-html": "^12.0.0" }, "devDependencies": { "@types/mdx-js__react": "^1.5.3", "@types/node": "^14.14.41", "@types/react": "^17.0.3", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "typescript": "^4.2.4" } }