UNPKG

vue-mobcal3

Version:
58 lines (57 loc) 1.33 kB
{ "name": "vue-mobcal3", "version": "1.0.1", "description": "Vue3 Mobile Calendar", "keywords": [ "vue", "vue3", "mobile", "mobile calendar", "calendar", "日历", "移动端日历", "钉钉" ], "main": "./dist/vue-mobcal3.es.js", "unpkg": "./dist/vue-mobcal3.umd.min.js", "jsdelivr": "./dist/vue-mobcal3.umd.min.js", "typings": "./lib/typings/index.d.ts", "files": [ "dist", "package.json", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/hoythan/Vue-MobCal3.git" }, "author": "hoythan", "license": "MIT", "bugs": { "url": "https://github.com/hoythan/Vue-MobCal3/issues" }, "homepage": "https://github.com/hoythan/Vue-MobCal3#readme", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "serve": "vite preview", "check": "vue-tsc --noEmit" }, "devDependencies": { "@doofox/base-class.css": "^1.0.12", "@types/babel__core": "^7.1.19", "@types/node": "^18.15.0", "@vitejs/plugin-vue": "^4.0.0", "postcss-px-to-viewport": "^1.1.1", "sass": "^1.45.2", "typescript": "^4.9.3", "vite": "^4.1.0", "vue": "3.2.47", "vue-cropper": "^1.0.3", "vue-tsc": "^1.0.24", "swiper": "^9.1.1" }, "dependencies": { } }