package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "vant",
  3. "_id": "vant@3.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IgPzekX7YGoqf7h/jx75F087lsBEWA/cQfRqPVgiR6cyqrmi8+dfpfFTz2OcPZ755avTzKk3L0WaclXIbHnVeQ==",
  6. "_location": "/vant",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vant",
  12. "name": "vant",
  13. "escapedName": "vant",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vant/-/vant-3.6.4.tgz",
  23. "_shasum": "939a0101a2938479ef77c121b21ba98ac31285a2",
  24. "_spec": "vant",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  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/icons": "^1.8.0",
  35. "@vant/popperjs": "^1.2.1",
  36. "@vant/use": "^1.4.2"
  37. },
  38. "deprecated": false,
  39. "description": "Lightweight Mobile UI Components built on Vue",
  40. "devDependencies": {
  41. "@types/jest": "^27.0.0",
  42. "@types/node": "^16.11.56",
  43. "@vant/area-data": "workspace:*",
  44. "@vant/cli": "workspace:*",
  45. "@vant/eslint-config": "workspace:*",
  46. "@vue/runtime-core": "^3.2.38",
  47. "@vue/test-utils": "^2.0.2",
  48. "typescript": "^4.8.2",
  49. "vue": "^3.2.38",
  50. "vue-router": "^4.1.5"
  51. },
  52. "files": [
  53. "es",
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/vant-ui/vant#readme",
  57. "jsdelivr": "lib/vant.min.js",
  58. "keywords": [
  59. "ui",
  60. "vue",
  61. "vue3",
  62. "mobile",
  63. "frontend",
  64. "component",
  65. "components"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/vant.cjs.js",
  69. "module": "es/index.mjs",
  70. "name": "vant",
  71. "peerDependencies": {
  72. "vue": "^3.0.0"
  73. },
  74. "publishConfig": {
  75. "registry": "https://registry.npmjs.org/"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/vant-ui/vant.git",
  80. "directory": "packages/vant"
  81. },
  82. "scripts": {
  83. "build": "vant-cli build",
  84. "build:site": "vant-cli build-site",
  85. "dev": "vant-cli dev",
  86. "lint": "vant-cli lint",
  87. "release": "cp ../../README.md ./ && vant-cli release && rm ./README.md",
  88. "release:site": "pnpm build:site && npx gh-pages -d site-dist --add",
  89. "test": "vant-cli test",
  90. "test:coverage": "open test/coverage/index.html",
  91. "test:watch": "vant-cli test --watch"
  92. },
  93. "sideEffects": [
  94. "es/**/style/*",
  95. "lib/**/style/*",
  96. "*.css",
  97. "*.less"
  98. ],
  99. "style": "lib/index.css",
  100. "typings": "lib/index.d.ts",
  101. "unpkg": "lib/vant.min.js",
  102. "version": "3.6.4",
  103. "web-types": "lib/web-types.json"
  104. }