1 Star 6 Fork 3

陈兆祥/vue-tianditu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
SoulLyoko 提交于 2022-05-09 14:16 . chore(docs): fix HTMLElement error
{
"name": "vue-tianditu",
"version": "2.7.6",
"description": "vue-tianditu",
"author": "SoulLyoko <519052532@qq.com>",
"repository": "https://github.com/SoulLyoko/vue-tianditu.git",
"homepage": "https://github.com/SoulLyoko/vue-tianditu#readme",
"private": false,
"license": "MIT",
"main": "lib/vue-tianditu.umd.js",
"types": "lib/vue-tianditu.d.ts",
"keywords": [
"vue",
"tianditu",
"map",
"skymap",
"tianmap"
],
"scripts": {
"dev": "node scripts/dev.js",
"dev2": "node scripts/dev2.js",
"build": "node scripts/build.js",
"serve": "vite preview",
"docs:dev": "node scripts/docs_dev.js",
"docs:build": "node scripts/docs_build.js",
"docs:serve": "vitepress serve docs",
"lint": "eslint --ext .ts,.vue .",
"prepare": "husky install",
"precommit": "node scripts/precommit.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js"
},
"dependencies": {
"mitt": "^3.0.0",
"vue-demi": "^0.12.1"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.2",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/composition-api": "1.4.2",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"execa": "^4.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.4",
"ncp": "^2.0.0",
"prettier": "^2.5.1",
"sass": "^1.45.1",
"typescript": "^4.5.4",
"vite": "2.7.7",
"vite-plugin-vue2": "^1.9.0",
"vitepress": "^0.22.4",
"vue": "^3.2.33",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.30.1"
},
"lint-staged": {
"*.{ts,vue}": [
"prettier --write",
"eslint --fix",
"git add"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/chenzx78/vue-tianditu.git
git@gitee.com:chenzx78/vue-tianditu.git
chenzx78
vue-tianditu
vue-tianditu
master

搜索帮助