package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "vant@2.12.30",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "vant@2.12.30",
  9. "_id": "vant@2.12.30",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8Ljy8BR25uwdL4wF4j5iAYcPFpU=",
  12. "_location": "/vant",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vant@2.12.30",
  18. "name": "vant",
  19. "escapedName": "vant",
  20. "rawSpec": "2.12.30",
  21. "saveSpec": null,
  22. "fetchSpec": "2.12.30"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vant/download/vant-2.12.30.tgz?cache=0&sync_timestamp=1635211924497&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fvant%2Fdownload%2Fvant-2.12.30.tgz",
  28. "_spec": "2.12.30",
  29. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  30. "author": {
  31. "name": "youzanfe"
  32. },
  33. "browserslist": [
  34. "Android >= 4.0",
  35. "iOS >= 8"
  36. ],
  37. "bugs": {
  38. "url": "https://github.com/youzan/vant/issues"
  39. },
  40. "dependencies": {
  41. "@babel/runtime": "7.x",
  42. "@vant/icons": "^1.7.1",
  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.10.3",
  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/youzan/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. "peerDependencies": {
  92. "vue": ">= 2.6.0"
  93. },
  94. "prettier": {
  95. "singleQuote": true,
  96. "proseWrap": "never"
  97. },
  98. "publishConfig": {
  99. "registry": "https://registry.npmjs.org/"
  100. },
  101. "repository": {
  102. "type": "git",
  103. "url": "git+ssh://git@github.com/youzan/vant.git"
  104. },
  105. "scripts": {
  106. "bootstrap": "yarn || npm i",
  107. "build": "vant-cli build",
  108. "dev": "vant-cli dev",
  109. "lint": "vant-cli lint",
  110. "release": "vant-cli release",
  111. "release:site": "sh docs/site/release.sh",
  112. "test": "vant-cli test",
  113. "test:coverage": "open test/coverage/index.html",
  114. "test:watch": "vant-cli test --watch"
  115. },
  116. "sideEffects": [
  117. "es/**/style/*",
  118. "lib/**/style/*",
  119. "*.css",
  120. "*.less"
  121. ],
  122. "style": "lib/index.css",
  123. "stylelint": {
  124. "extends": [
  125. "@vant/stylelint-config"
  126. ]
  127. },
  128. "typings": "types/index.d.ts",
  129. "version": "2.12.30",
  130. "vetur": {
  131. "tags": "vetur/tags.json",
  132. "attributes": "vetur/attributes.json"
  133. },
  134. "web-types": "vetur/web-types.json"
  135. }