package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "vant@^4.9.8",
  3. "_id": "vant@4.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iP+jNzwxkCeEdTrlUjro3WoXgY32+1CldOtLSc2K8acY7hR7t1zCkjzXSR9zWjtWT7zgNL1LEXofL8O7mtkYdQ==",
  6. "_location": "/vant",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vant@^4.9.8",
  12. "name": "vant",
  13. "escapedName": "vant",
  14. "rawSpec": "^4.9.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.9.8"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/vant/-/vant-4.9.8.tgz",
  23. "_shasum": "304e6751aca5c6af1b11ff5ecb0d3d4cb96bdc77",
  24. "_spec": "vant@^4.9.8",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni",
  26. "author": {
  27. "name": "chenjiahan"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vant-ui/vant/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@vant/popperjs": "^1.3.0",
  35. "@vant/use": "^1.6.0",
  36. "@vue/shared": "^3.5.11"
  37. },
  38. "deprecated": false,
  39. "description": "Mobile UI Components built on Vue",
  40. "devDependencies": {
  41. "@types/node": "^20.16.10",
  42. "@vant/area-data": "1.5.2",
  43. "@vant/cli": "7.1.0",
  44. "@vant/eslint-config": "4.0.0",
  45. "@vant/icons": "3.0.2",
  46. "@vitejs/plugin-vue": "^5.1.4",
  47. "@vitejs/plugin-vue-jsx": "^4.0.1",
  48. "@vitest/coverage-istanbul": "^2.1.2",
  49. "@vue/runtime-core": "^3.5.11",
  50. "@vue/test-utils": "^2.4.6",
  51. "csstype": "^3.1.3",
  52. "diffable-html": "^5.0.0",
  53. "jsdom": "^25.0.1",
  54. "typescript": "^5.6.2",
  55. "vite": "^5.4.8",
  56. "vitest": "^2.1.2",
  57. "vitest-canvas-mock": "^0.3.3",
  58. "vue": "^3.5.11",
  59. "vue-router": "^4.4.5"
  60. },
  61. "files": [
  62. "es",
  63. "lib"
  64. ],
  65. "homepage": "https://github.com/vant-ui/vant#readme",
  66. "jsdelivr": "lib/vant.min.js",
  67. "keywords": [
  68. "ui",
  69. "vue",
  70. "vue3",
  71. "mobile",
  72. "frontend",
  73. "component",
  74. "components"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/vant.cjs.js",
  78. "module": "es/index.mjs",
  79. "name": "vant",
  80. "peerDependencies": {
  81. "vue": "^3.0.0"
  82. },
  83. "publishConfig": {
  84. "registry": "https://registry.npmjs.org/"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/vant-ui/vant.git",
  89. "directory": "packages/vant"
  90. },
  91. "scripts": {
  92. "build": "vant-cli build",
  93. "build:site": "vant-cli build-site",
  94. "dev": "vant-cli dev",
  95. "lint": "vant-cli lint",
  96. "open:coverage": "open test/coverage/lcov-report/index.html",
  97. "release": "cp ../../README.md ./ && vant-cli release --gitTag && rm ./README.md",
  98. "release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
  99. "test": "vitest run",
  100. "test:coverage": "vitest run --coverage",
  101. "test:update": "vitest run -u",
  102. "test:watch": "vitest"
  103. },
  104. "sideEffects": [
  105. "es/**/style/*",
  106. "lib/**/style/*",
  107. "*.css"
  108. ],
  109. "style": "lib/index.css",
  110. "typings": "lib/index.d.ts",
  111. "unpkg": "lib/vant.min.js",
  112. "version": "4.9.8",
  113. "web-types": "lib/web-types.json"
  114. }