package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "vant@2.13.8",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "vant@2.13.8",
  9. "_id": "vant@2.13.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-w5xDfQROoI2uIWjKVfng9sI+DOQYRZhWKdXj3flJQuay1+YJAxoooCI3COPgi+uazJwHrvF86CG6q/mCyVBRIA==",
  12. "_location": "/vant",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vant@2.13.8",
  18. "name": "vant",
  19. "escapedName": "vant",
  20. "rawSpec": "2.13.8",
  21. "saveSpec": null,
  22. "fetchSpec": "2.13.8"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vant/-/vant-2.13.8.tgz",
  28. "_spec": "2.13.8",
  29. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  30. "author": {
  31. "name": "youzanfe"
  32. },
  33. "browserslist": [
  34. "Android >= 4.0",
  35. "iOS >= 8"
  36. ],
  37. "bugs": {
  38. "url": "https://github.com/vant-ui/vant/issues"
  39. },
  40. "dependencies": {
  41. "@babel/runtime": "7.x",
  42. "@vant/icons": "^3.0.2",
  43. "@vant/popperjs": "^1.1.0",
  44. "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
  45. "vue-lazyload": "1.2.3"
  46. },
  47. "description": "Mobile UI Components built on Vue",
  48. "devDependencies": {
  49. "@vant/cli": "^2.11.11",
  50. "prettier": "2.1.0",
  51. "vue": "^2.6.12",
  52. "vue-template-compiler": "^2.6.12"
  53. },
  54. "eslintConfig": {
  55. "root": true,
  56. "extends": [
  57. "@vant"
  58. ]
  59. },
  60. "files": [
  61. "es",
  62. "lib",
  63. "types",
  64. "vetur"
  65. ],
  66. "homepage": "https://github.com/vant-ui/vant#readme",
  67. "husky": {
  68. "hooks": {
  69. "pre-commit": "lint-staged",
  70. "commit-msg": "vant-cli commit-lint"
  71. }
  72. },
  73. "keywords": [
  74. "ui",
  75. "vue",
  76. "frontend",
  77. "mobile ui",
  78. "component",
  79. "components"
  80. ],
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.md": "prettier --write",
  84. "*.{ts,tsx,js,vue,less}": "prettier --write",
  85. "*.{ts,tsx,js,vue}": "eslint --fix",
  86. "*.{vue,css,less}": "stylelint --fix"
  87. },
  88. "main": "lib/index.js",
  89. "module": "es/index.js",
  90. "name": "vant",
  91. "npm": {
  92. "tag": "latest-v2"
  93. },
  94. "peerDependencies": {
  95. "vue": ">= 2.6.0"
  96. },
  97. "prettier": {
  98. "singleQuote": true,
  99. "proseWrap": "never"
  100. },
  101. "publishConfig": {
  102. "registry": "https://registry.npmjs.org/"
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+ssh://git@github.com/vant-ui/vant.git"
  107. },
  108. "scripts": {
  109. "bootstrap": "yarn || npm i",
  110. "build": "vant-cli build",
  111. "dev": "vant-cli dev",
  112. "lint": "vant-cli lint",
  113. "release": "vant-cli release --tag latest-v2",
  114. "release:site": "sh docs/site/release.sh",
  115. "test": "vant-cli test",
  116. "test:coverage": "open test/coverage/index.html",
  117. "test:watch": "vant-cli test --watch"
  118. },
  119. "sideEffects": [
  120. "es/**/style/*",
  121. "lib/**/style/*",
  122. "*.css",
  123. "*.less"
  124. ],
  125. "style": "lib/index.css",
  126. "stylelint": {
  127. "extends": [
  128. "@vant/stylelint-config"
  129. ]
  130. },
  131. "typings": "types/index.d.ts",
  132. "version": "2.13.8",
  133. "vetur": {
  134. "tags": "vetur/tags.json",
  135. "attributes": "vetur/attributes.json"
  136. },
  137. "web-types": "vetur/web-types.json"
  138. }