package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "vant",
  3. "_id": "vant@2.12.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WZ3csjbsqs8LhUFy0A2K9HdXDjZGKoHNYpSCEwO0aI1SzXbzXDi4WPItJXHU6OD/uBN/Scj0dcmI7KoIxgpk7g==",
  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-2.12.15.tgz",
  23. "_shasum": "f0dab821ec7f61a3a248259f54b1da1783438828",
  24. "_spec": "vant",
  25. "_where": "D:\\路涛科技\\源代码\\dccloud\\uni-app-front-second-directory",
  26. "author": {
  27. "name": "youzanfe"
  28. },
  29. "browserslist": [
  30. "Android >= 4.0",
  31. "iOS >= 8"
  32. ],
  33. "bugs": {
  34. "url": "https://github.com/youzan/vant/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/runtime": "7.x",
  39. "@vant/icons": "1.5.2",
  40. "@vant/popperjs": "^1.0.0",
  41. "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
  42. "vue-lazyload": "1.2.3"
  43. },
  44. "deprecated": false,
  45. "description": "Mobile UI Components built on Vue",
  46. "devDependencies": {
  47. "@vant/cli": "^2.10.1",
  48. "prettier": "2.1.0",
  49. "vue": "^2.6.12",
  50. "vue-template-compiler": "^2.6.12"
  51. },
  52. "eslintConfig": {
  53. "root": true,
  54. "extends": [
  55. "@vant"
  56. ]
  57. },
  58. "files": [
  59. "es",
  60. "lib",
  61. "types",
  62. "vetur"
  63. ],
  64. "homepage": "https://github.com/youzan/vant#readme",
  65. "husky": {
  66. "hooks": {
  67. "pre-commit": "lint-staged",
  68. "commit-msg": "vant-cli commit-lint"
  69. }
  70. },
  71. "keywords": [
  72. "ui",
  73. "vue",
  74. "frontend",
  75. "mobile ui",
  76. "component",
  77. "components"
  78. ],
  79. "license": "MIT",
  80. "lint-staged": {
  81. "*.md": "prettier --write",
  82. "*.{ts,tsx,js,vue,less}": "prettier --write",
  83. "*.{ts,tsx,js,vue}": "eslint --fix",
  84. "*.{vue,css,less}": "stylelint --fix"
  85. },
  86. "main": "lib/index.js",
  87. "module": "es/index.js",
  88. "name": "vant",
  89. "peerDependencies": {
  90. "vue": ">= 2.6.0"
  91. },
  92. "prettier": {
  93. "singleQuote": true,
  94. "proseWrap": "never"
  95. },
  96. "publishConfig": {
  97. "registry": "https://registry.npmjs.org/"
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+ssh://git@github.com/youzan/vant.git"
  102. },
  103. "scripts": {
  104. "bootstrap": "yarn || npm i",
  105. "build": "vant-cli build",
  106. "dev": "vant-cli dev",
  107. "lint": "vant-cli lint",
  108. "release": "vant-cli release",
  109. "release:site": "sh docs/site/release.sh",
  110. "test": "vant-cli test",
  111. "test:coverage": "open test/coverage/index.html",
  112. "test:watch": "vant-cli test --watch"
  113. },
  114. "sideEffects": [
  115. "es/**/style/*",
  116. "lib/**/style/*",
  117. "*.css",
  118. "*.less"
  119. ],
  120. "style": "lib/index.css",
  121. "stylelint": {
  122. "extends": [
  123. "@vant/stylelint-config"
  124. ]
  125. },
  126. "typings": "types/index.d.ts",
  127. "version": "2.12.15",
  128. "vetur": {
  129. "tags": "vetur/tags.json",
  130. "attributes": "vetur/attributes.json"
  131. },
  132. "web-types": "vetur/web-types.json"
  133. }