{
  "name": "test-quick-create-demo",
  "version": "0.1.11",
  "scripts": {
    "start": "cross-env QUICK_CREATE_ENV=dev node bin/www",
    "dev": "cross-env QUICK_CREATE_ENV=dev ./node_modules/.bin/nodemon --inspect bin/www",
    "prd": "pm2 start bin/www",
    "test": "echo \"Error: no test specified\" && exit 1",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "files": [
    "bin",
    "config",
    "controller",
    "routes",
    "static",
    "template",
    "utils",
    "views",
    "vueComponents",
    "app.js",
    "yarn.lock"
  ],
  "dependencies": {
    "@ant-design/icons-vue": "^5.1.5",
    "@babel/core": "^7.12.3",
    "@babel/generator": "^7.12.1",
    "@babel/parser": "^7.12.3",
    "@babel/traverse": "^7.12.1",
    "@babel/types": "^7.12.1",
    "@koa/cors": "^3.1.0",
    "ant-design-vue": "^2.0.0-beta.10",
    "axios": "^0.20.0",
    "core-js": "^3.6.5",
    "debug": "^4.1.1",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-convert": "^1.2.0",
    "koa-json": "^2.0.2",
    "koa-logger": "^3.2.0",
    "koa-onerror": "^4.1.0",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "koa-views": "^6.2.0",
    "normalize.css": "^8.0.1",
    "pug": "^2.0.3",
    "qs": "^6.9.4",
    "vue": "^3.0.0",
    "vue-router": "^4.0.0-0",
    "vuex": "^4.0.0-0"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-plugin-router": "~4.5.0",
    "@vue/cli-plugin-vuex": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/compiler-sfc": "^3.0.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "babel-eslint": "^10.1.0",
    "cross-env": "^7.0.2",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^7.0.0-0",
    "nodemon": "^1.19.1",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2"
  }
}
