{
  "private": true,
  "name": "example-docs",
  "version": "7.34.5",
  "main": "index.js",
  "dependencies": {
    "@arcblock/gatsby-i18n-redirect": "7.34.5",
    "@arcblock/gatsby-theme-docs": "7.34.5",
    "dotenv": "^8.2.0",
    "gatsby": "2.28.0",
    "mustache": "^4.0.0"
  },
  "scripts": {
    "clean": "rm -rf .cache public .blocklet",
    "start": "gatsby develop --host 0.0.0.0",
    "serve": "gatsby serve",
    "build:gatsby": "gatsby build --prefix-paths && rm public/*.map",
    "build:dir": "mv public public_tmp && mkdir public && mv public_tmp public/docs",
    "bundle": "npm run clean && npm run build:gatsby && npm run build:dir && blocklet bundle --create-release",
    "deploy": "npm run bundle && blocklet deploy .blocklet/bundle"
  },
  "license": "MIT",
  "gitHead": "6f491e0999f0974cc190a7875454d3760600509a"
}
