UNPKG

vuepress-plugin-photomap

Version:

VuePress2插件,用于在文章中插入照片地图组件,类似Apple相册的PhotoMap功能

63 lines (62 loc) 1.7 kB
{ "name": "vuepress-plugin-photomap", "version": "1.1.4", "type": "module", "description": "VuePress2插件,用于在文章中插入照片地图组件,类似Apple相册的PhotoMap功能", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc && npm run copy-assets", "copy-assets": "mkdir -p lib/client/components lib/client/styles && cp src/client/components/*.vue lib/client/components/ && cp src/client/styles/*.scss lib/client/styles/", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "vuepress", "vuepress-plugin", "photomap", "map", "exif", "gps", "photography" ], "author": "your-name <your-email@example.com>", "license": "MIT", "homepage": "https://github.com/your-username/vuepress-plugin-photomap#readme", "repository": { "type": "git", "url": "git+https://github.com/your-username/vuepress-plugin-photomap.git" }, "bugs": { "url": "https://github.com/your-username/vuepress-plugin-photomap/issues" }, "dependencies": { "@vuepress/core": "^2.0.0-rc.0", "@vuepress/shared": "^2.0.0-rc.0", "@vuepress/utils": "^2.0.0-rc.0", "@vuepress/client": "^2.0.0-rc.0", "maplibre-gl": "^5.6.2", "photoswipe": "^5.4.3", "exifr": "^7.1.3", "markdown-it-container": "^3.0.0" }, "devDependencies": { "@types/node": "^20.10.0", "@types/markdown-it": "^13.0.0", "typescript": "^5.3.0", "vue": "^3.3.0", "sass": "^1.69.0" }, "peerDependencies": { "vuepress": "^2.0.0-rc.0", "vue": "^3.3.0" }, "files": [ "lib", "README.md", "LICENSE" ], "engines": { "node": ">=16.0.0" } }