{
  "name": "@tigonin/vue-cal",
  "version": "3.5.6-SNAPSHOT-1.1",
  "description": "A Vue JS full calendar, no dependency, no BS. :metal:",
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "build-bundle": "vue-cli-service build --target lib --name vuecal ./src/vue-cal/index.vue --dest ./dist",
    "postbuild-bundle": "rm -rf ./dist/vuecal.common.i18n ./dist/vuecal.umd.i18n ./dist/vuecal.common.drag-and-drop.js ./dist/vuecal.umd.drag-and-drop.js && mv ./dist/vuecal.umd.min.i18n ./dist/i18n && mv ./dist/vuecal.umd.min.drag-and-drop.js ./dist/drag-and-drop.js"
  },
  "main": "./dist/vuecal.common.js",
  "unpkg": "dist/vuecal.umd.min.js",
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/plugin-proposal-private-methods": "^7.10.1",
    "@fortawesome/fontawesome-free": "^5.13.0",
    "@vue/cli-plugin-babel": "^4.4.1",
    "@vue/cli-plugin-eslint": "^4.4.1",
    "@vue/cli-plugin-router": "^4.4.1",
    "@vue/cli-service": "^4.4.1",
    "@vue/eslint-config-standard": "^5.1.2",
    "babel-eslint": "^10.1.0",
    "core-js": "^3.6.5",
    "eslint": "^7.2.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^6.2.2",
    "node-sass": "^4.14.1",
    "pug": "^3.0.0",
    "pug-plain-loader": "^1.0.0",
    "regenerator-runtime": "^0.13.5",
    "sass-loader": "^8.0.2",
    "simple-syntax-highlighter": "^1.1.1",
    "vue": "^2.6.11",
    "vue-cli-plugin-vuetify": "^2.0.5",
    "vue-router": "^3.3.2",
    "vue-scrollto": "^2.18.1",
    "vue-template-compiler": "^2.6.11",
    "vuetify": "^2.3.0"
  },
  "keywords": [
    "full calendar",
    "calendar",
    "vue",
    "vuejs",
    "ui"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antoniandre/vue-cal.git"
  },
  "bugs": {
    "url": "https://github.com/antoniandre/vue-cal/issues"
  },
  "homepage": "https://github.com/antoniandre/vue-cal#readme",
  "directories": {
    "doc": "docs"
  }
}
