113 lines
3.7 KiB
JSON
113 lines
3.7 KiB
JSON
{
|
|
"_from": "v-calendar@2.3.0",
|
|
"_id": "v-calendar@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OMZJaE45deO5+W5+xueVEHpwhfOGUb2sKjM7w56lCBFaEHQxeYuz3if1zMa65BI3EXU5iKizNVZM6BD8bymWyQ==",
|
|
"_location": "/v-calendar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "v-calendar@2.3.0",
|
|
"name": "v-calendar",
|
|
"escapedName": "v-calendar",
|
|
"rawSpec": "2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/v-calendar/-/v-calendar-2.3.0.tgz",
|
|
"_shasum": "5709d2b0028db9d464b7e06c700894735400d564",
|
|
"_spec": "v-calendar@2.3.0",
|
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
|
|
"author": {
|
|
"name": "Nathan Reyes",
|
|
"email": "nathanreyes@me.com"
|
|
},
|
|
"browserslist": [
|
|
">1%",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/nathanreyes/v-calendar/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"date-fns": "^2.8.1",
|
|
"date-fns-tz": "^1.0.12",
|
|
"lodash": "4.17.20"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
|
"@fullhuman/postcss-purgecss": "^1.3.0",
|
|
"@popperjs/core": "^2.4.0",
|
|
"@vue/cli-plugin-babel": "~4.5.4",
|
|
"@vue/cli-plugin-eslint": "~4.5.4",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.4",
|
|
"@vue/cli-service": "~4.5.4",
|
|
"@vue/eslint-config-airbnb": "^5.0.2",
|
|
"@vue/test-utils": "^1.1.2",
|
|
"@vuepress/plugin-google-analytics": "^1.2.0",
|
|
"babel-core": "^7.0.0-0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^22.0.4",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"tailwindcss": "^1.5.1",
|
|
"vuepress": "1.2.0",
|
|
"webpack-bundle-analyzer": "^3.8.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"homepage": "https://vcalendar.io",
|
|
"keywords": [
|
|
"vue",
|
|
"vuejs",
|
|
"plugin",
|
|
"calendar",
|
|
"datepicker",
|
|
"date picker",
|
|
"highlights",
|
|
"dots",
|
|
"bars",
|
|
"indicators"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/v-calendar.umd.min.js",
|
|
"name": "v-calendar",
|
|
"peerDependencies": {
|
|
"@popperjs/core": "^2.4.0",
|
|
"vue": "^2.5.18"
|
|
},
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nathanreyes/v-calendar.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn build:lib && yarn build:calendar && yarn build:date-picker && yarn build:popover && yarn build:popover-row",
|
|
"build:calendar": "vue-cli-service build --target lib --dest lib/components --name calendar src/components/Calendar.vue",
|
|
"build:date-picker": "vue-cli-service build --no-clean --target lib --dest lib/components --name date-picker src/components/DatePicker.vue",
|
|
"build:docs": "vuepress build docs",
|
|
"build:lib": "vue-cli-service build --target lib src/lib.js --mode production",
|
|
"build:popover": "vue-cli-service build --no-clean --target lib --dest lib/components --name popover src/components/Popover.vue",
|
|
"build:popover-row": "vue-cli-service build --no-clean --target lib --dest lib/components --name popover-row src/components/PopoverRow.vue",
|
|
"deploy:docs": "vuepress build docs && netlify deploy",
|
|
"dev": "vuepress dev docs",
|
|
"lint": "vue-cli-service lint",
|
|
"serve": "vue-cli-service serve src/lib.js",
|
|
"test": "vue-cli-service test:unit --watch"
|
|
},
|
|
"version": "2.3.0"
|
|
}
|