业务交流通
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "@vant/weapp",
  3. "_id": "@vant/weapp@1.7.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hI5tCJuzi1xDVpX8oP1GCBwpGHiu1+jA+9rMVggFwpF/6W6itk3Oggt3tT1nhN1WumcCwafnluBnqooOExFdDA==",
  6. "_location": "/@vant/weapp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@vant/weapp",
  12. "name": "@vant/weapp",
  13. "escapedName": "@vant%2fweapp",
  14. "scope": "@vant",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.7.2.tgz",
  24. "_shasum": "fb4048f335fd946585d1f12d5a5beb52fbc91a9c",
  25. "_spec": "@vant/weapp",
  26. "_where": "D:\\project\\channel_business",
  27. "author": {
  28. "name": "youzan"
  29. },
  30. "browserslist": [
  31. "Chrome >= 53",
  32. "ChromeAndroid >= 53",
  33. "iOS >= 8"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/youzan/vant-weapp/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "轻量、可靠的小程序 UI 组件库",
  41. "devDependencies": {
  42. "@vant/cli": "^3.10.3",
  43. "@vant/icons": "^1.6.0",
  44. "@vue/compiler-sfc": "^3.0.0",
  45. "gulp": "^4.0.2",
  46. "gulp-insert": "^0.5.0",
  47. "gulp-less": "^5.0.0",
  48. "gulp-postcss": "^9.0.0",
  49. "gulp-rename": "^2.0.0",
  50. "miniprogram-api-typings": "^3.1.6",
  51. "miniprogram-ci": "^1.0.27",
  52. "tscpaths": "^0.0.9",
  53. "vue": "^3.0.0"
  54. },
  55. "files": [
  56. "dist",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/youzan/vant-weapp#readme",
  60. "license": "MIT",
  61. "lint-staged": {
  62. "*.{ts,js}": [
  63. "eslint --fix",
  64. "prettier --write"
  65. ],
  66. "*.{css,less}": [
  67. "stylelint --fix",
  68. "prettier --write"
  69. ]
  70. },
  71. "miniprogram": "lib",
  72. "name": "@vant/weapp",
  73. "prettier": {
  74. "singleQuote": true,
  75. "proseWrap": "never"
  76. },
  77. "publishConfig": {
  78. "access": "public"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
  83. },
  84. "scripts": {
  85. "build:changelog": "vant-cli changelog",
  86. "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
  87. "dev": "node build/dev.js",
  88. "lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
  89. "prepare": "husky install",
  90. "release": "sh build/release.sh",
  91. "release:site": "vant-cli build-site && gh-pages -d site --add",
  92. "upload:weapp": "node build/upload.js"
  93. },
  94. "version": "1.7.2"
  95. }