{
  "name": "peco",
  "version": "0.2.2",
  "description": "Static website generator for humans",
  "repository": {
    "url": "egoist/peco",
    "type": "git"
  },
  "bin": "bin/cli.js",
  "main": "lib/index.js",
  "files": [
    "lib",
    "bin",
    "plugins"
  ],
  "scripts": {
    "test": "yarn lint",
    "example": "node bin/cli.js dev examples/blog",
    "example:build": "node bin/cli.js build examples/blog",
    "example:deploy": "surge -d https://peco-example.surge.sh -p examples/blog/.peco/website",
    "lint": "eslint plugins bin lib",
    "postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Peco? You can now donate to support the author:\\u001b[22m\\u001b[39m\\n> \\u001b[36mhttps://patreon.com/egoist\\u001b[39m')\""
  },
  "author": "egoist <0x142857@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.0.0-beta.46",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.46",
    "@babel/preset-env": "^7.0.0-beta.46",
    "@sindresorhus/slugify": "^0.3.0",
    "autoprefixer": "^8.3.0",
    "babel-loader": "^8.0.0-beta.2",
    "cac": "^5.0.10",
    "chokidar": "^2.0.3",
    "connect-history-api-fallback": "^1.5.0",
    "copy-webpack-plugin": "^4.5.1",
    "css-loader": "^0.28.11",
    "express": "^4.16.3",
    "express-graphql": "^0.6.12",
    "fast-async": "^7.0.4",
    "fast-glob": "^2.2.1",
    "file-loader": "^1.1.11",
    "fs-extra": "^5.0.0",
    "graphql": "^0.13.2",
    "graphql-aot": "^0.4.0",
    "html-webpack-plugin": "^3.2.0",
    "joycon": "^1.0.2",
    "js-yaml": "^3.11.0",
    "loader-utils": "^1.1.0",
    "lodash.get": "^4.4.2",
    "markdown-it": "^8.4.1",
    "markdown-it-anchor": "^4.0.0",
    "mini-css-extract-plugin": "^0.4.0",
    "native-toast": "^2.0.0",
    "p-limit": "^1.2.0",
    "pify": "^3.0.0",
    "postcss-loader": "^2.1.4",
    "prismjs": "^1.14.0",
    "promise-polyfill": "^7.1.2",
    "register-service-worker": "^1.4.1",
    "resolve-from": "^4.0.0",
    "time-fix-plugin": "^2.0.1",
    "toml": "^2.3.3",
    "upath": "^1.1.0",
    "url-loader": "^1.0.1",
    "vue": "^2.5.16",
    "vue-loader": "^15.0.3",
    "vue-meta": "^1.5.0",
    "vue-router": "^3.0.1",
    "vue-server-renderer": "^2.5.16",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.6.0",
    "webpack-chain": "^4.6.0",
    "webpack-dev-middleware": "^3.1.2",
    "webpack-hot-client": "^2.2.2",
    "webpack-node-externals": "^1.7.2",
    "webpackbar": "^2.6.1",
    "workbox-build": "^3.1.0",
    "yarn-global": "^1.1.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^5.0.2",
    "@types/jest": "^22.2.3",
    "@types/node": "^9.6.5",
    "@types/webpack": "^4.1.3",
    "axios": "^0.18.0",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-config-rem": "^4.0.0",
    "eslint-config-xo": "^0.21.0",
    "eslint-plugin-prettier": "^2.6.0",
    "husky": "^1.0.0-rc.2",
    "jest": "^22.4.3",
    "lint-staged": "^7.0.5",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2"
  },
  "eslintConfig": {
    "extends": [
      "xo",
      "rem",
      "plugin:prettier/recommended"
    ],
    "env": {
      "jest": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "{lib,plugins,bin}/**/*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "keywords": [
    "static",
    "website",
    "static-site",
    "vue",
    "website",
    "ssr",
    "ssg",
    "react-static",
    "gatsby",
    "hexo"
  ]
}
