package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_from": "tlbs-map-vue",
  3. "_id": "tlbs-map-vue@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9HJPXoJT/6cysUbsn//4qI0IrDdY+PDBKyVbKwDsIMhLdeAi12ZF1S6/a9tVW05RKet13oN5njCKJaj5yvYJKQ==",
  6. "_location": "/tlbs-map-vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "tlbs-map-vue",
  12. "name": "tlbs-map-vue",
  13. "escapedName": "tlbs-map-vue",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/tlbs-map-vue/-/tlbs-map-vue-1.2.1.tgz",
  23. "_shasum": "dfb0968d40558c1aff9e979b2665710458cae1f6",
  24. "_spec": "tlbs-map-vue",
  25. "_where": "E:\\qinduan\\mallbackinfrontend-houzong",
  26. "author": {
  27. "name": "tlbs-map"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Tencent/tlbs-map-vue/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "commitizen": {
  35. "path": "node_modules/cz-conventional-changelog"
  36. }
  37. },
  38. "dependencies": {
  39. "fs-extra": "^10.1.0",
  40. "vue-demi": "^0.14.6"
  41. },
  42. "deprecated": false,
  43. "description": "基于vue的地图组件",
  44. "devDependencies": {
  45. "@commitlint/cli": "^11.0.0",
  46. "@commitlint/config-conventional": "^11.0.0",
  47. "@types/node": "^20.9.2",
  48. "@typescript-eslint/eslint-plugin": "^4.33.0",
  49. "@typescript-eslint/parser": "^4.33.0",
  50. "@vitejs/plugin-vue2": "^2.2.0",
  51. "@vue/composition-api": "^1.7.1",
  52. "@vue/eslint-config-typescript": "^7.0.0",
  53. "commitizen": "^4.3.0",
  54. "cz-conventional-changelog": "^3.3.0",
  55. "eslint": "^7.32.0",
  56. "eslint-config-tencent": "^1.0.4",
  57. "eslint-plugin-html": "^7.1.0",
  58. "eslint-plugin-vue": "^8.5.0",
  59. "husky": "^8.0.0",
  60. "inquirer": "^11.0.2",
  61. "lint-staged": "^10.5.4",
  62. "lodash": "^4.17.21",
  63. "rimraf": "^3.0.2",
  64. "standard-version": "^9.0.0",
  65. "tmap-gl-types": "^0.1.8",
  66. "typescript": "^5.1.3",
  67. "vite": "^4.3.9",
  68. "vite-plugin-dts": "^2.3.0",
  69. "vitepress": "^1.3.4",
  70. "vitest": "^0.32.2",
  71. "vue": "^3.5.6",
  72. "vue-template-compiler": "~2.6.14",
  73. "vue2": "npm:vue@2.6",
  74. "vue2.7": "npm:vue@2.7",
  75. "vue3": "npm:vue@3"
  76. },
  77. "engines": {
  78. "node": ">=16.0.0"
  79. },
  80. "exports": {
  81. ".": {
  82. "types": "./dist/v3/index.d.ts",
  83. "import": "./dist/v3/index.es.js",
  84. "require": "./dist/v3/index.cjs.js"
  85. }
  86. },
  87. "files": [
  88. "dist",
  89. "types",
  90. "scripts",
  91. "LICENSE",
  92. "README.md",
  93. "package.json"
  94. ],
  95. "homepage": "https://github.com/Tencent/tlbs-map-vue",
  96. "license": "MIT",
  97. "lint-staged": {
  98. "src/**/*.{vue,ts,js}": [
  99. "npm run lint"
  100. ]
  101. },
  102. "main": "dist/v3/index.umd.js",
  103. "module": "dist/v3/index.es.js",
  104. "name": "tlbs-map-vue",
  105. "peerDependencies": {
  106. "@vue/composition-api": "^1.4.9",
  107. "vue": "^2.6.0 || >=3.0.0"
  108. },
  109. "peerDependenciesMeta": {
  110. "@vue/composition-api": {
  111. "optional": true
  112. }
  113. },
  114. "pnpm": {
  115. "packageExtensions": {
  116. "vue-template-compiler": {
  117. "peerDependencies": {
  118. "vue": "~2.6.14"
  119. }
  120. }
  121. }
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/Tencent/tlbs-map-vue.git"
  126. },
  127. "scripts": {
  128. "build": "rimraf ./dist && npm run build:2 && npm run build:2.7 && npm run build:3",
  129. "build:2": "vue-demi-switch 2 vue2 && pnpm --filter vue2-playground build",
  130. "build:2.7": "vue-demi-switch 2.7 vue2.7 && pnpm --filter vue2.7-playground build",
  131. "build:3": "vue-demi-switch 3 vue3 && pnpm --filter vue3-playground build",
  132. "commit": "git-cz",
  133. "dev:2": "vue-demi-switch 2 vue2 && pnpm --filter vue2-playground dev",
  134. "dev:2.7": "vue-demi-switch 2.7 vue2.7 && pnpm --filter vue2.7-playground dev",
  135. "dev:3": "vue-demi-switch 3 vue3 && pnpm --filter vue3-playground dev",
  136. "docs:build": "vitepress build docs",
  137. "docs:dev": "vue-demi-switch 3 vue3 && vitepress dev docs --port 4000 --force",
  138. "lint": "eslint . --cache --fix",
  139. "new": "node scripts/new-component/index.mjs",
  140. "postinstall": "node scripts/postinstall.js",
  141. "prepare": "husky install",
  142. "release": "npm run build && npm publish"
  143. },
  144. "style": "dist/v3/style.css",
  145. "types": "dist/v3/index.d.ts",
  146. "version": "1.2.1"
  147. }