{
  "name": "blogidaw",
  "version": "1.0.0",
  "description": "Simple Static Blog Generator Build with Next JS",
  "main": "index.js",
  "scripts": {
    "test": "test",
    "dev": "next dev"
  },
  "keywords": [
    "blog",
    "nextjs",
    "reactjs",
    "static"
  ],
  "author": "Alfan Jauhari",
  "license": "MIT",
  "dependencies": {
    "gray-matter": "^4.0.2",
    "handlebars": "^4.7.6",
    "next": "^9.4.0",
    "postcss-preset-env": "^6.7.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "remark": "^12.0.0",
    "remark-html": "^11.0.2",
    "tailwindcss": "^1.4.6",
    "yargs": "^15.3.1"
  },
  "bin": {
    "blogidaw": "bin/index.js"
  }
}
