UNPKG

vue-cal

Version:

A Vue JS full calendar, no dependency, no BS. :metal:

59 lines (58 loc) 1.94 kB
{ "name": "vue-cal", "version": "3.1.2", "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/components/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.8.3", "@vue/cli-plugin-babel": "^4.2.2", "@vue/cli-plugin-eslint": "^4.2.2", "@vue/cli-plugin-router": "^4.2.2", "@vue/cli-service": "^4.2.2", "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.0.3", "core-js": "^3.6.4", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^6.2.2", "node-sass": "^4.13.1", "pug": "^2.0.4", "pug-plain-loader": "^1.0.0", "sass-loader": "^8.0.2", "simple-syntax-highlighter": "^1.0.8", "vue": "^2.6.11", "vue-cli-plugin-vuetify": "^2.0.5", "vue-router": "^3.1.6", "vue-scrollto": "^2.17.1", "vue-template-compiler": "^2.6.11", "vuetify": "^2.2.18" }, "keywords": [ "full calendar", "calendar", "vue", "vuejs", "ui" ], "license": "MIT", "repository": "https://github.com/antoniandre/vue-cal" }