{
  "name": "blogs",
  "version": "1.0.0",
  "description": "GMaker一键打造静态网站",
  "main": "out/index.html",
  "scripts": {
    "start": "gmaker start",
    "build": "gmaker build",
    "publish": "gmaker publish"
  },
  "browserList": "> 0.25%",
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        "@vue/app",
        "@vue/babel-preset-jsx"
      ]
    ],
    "plugins": [
      "@babel/plugin-transform-runtime"
    ]
  },
  "devDependencies": {
      "@babel/core": "^7.6.0",
      "@babel/plugin-transform-runtime": "^7.6.0",
      "@babel/preset-env": "^7.6.0",
      "@vue/component-compiler-utils": "^3.0.0",
      "less": "^3.10.3",
      "vue-template-compiler": "^2.6.10"
  },
  "dependencies": {
      "@babel/runtime": "^7.6.0",
      "axios": "^0.19.0",
      "marked": "^0.7.0",
      "vue": "^2.6.10",
      "vue-hot-reload-api": "^2.3.3",
      "vue-router": "^3.1.3",
      "vuex": "^3.1.1"
  }
}
