package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "@vant/weapp@1.11.7",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "@vant/weapp@1.11.7",
  9. "_id": "@vant/weapp@1.11.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==",
  12. "_location": "/@vant/weapp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@vant/weapp@1.11.7",
  18. "name": "@vant/weapp",
  19. "escapedName": "@vant%2fweapp",
  20. "scope": "@vant",
  21. "rawSpec": "1.11.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.11.7"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.7.tgz",
  29. "_spec": "1.11.7",
  30. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  31. "author": {
  32. "name": "vant-ui"
  33. },
  34. "browserslist": [
  35. "Chrome >= 53",
  36. "ChromeAndroid >= 53",
  37. "iOS >= 9"
  38. ],
  39. "bugs": {
  40. "url": "https://github.com/youzan/vant-weapp/issues"
  41. },
  42. "description": "轻量、可靠的小程序 UI 组件库",
  43. "devDependencies": {
  44. "@babel/plugin-transform-modules-commonjs": "^7.16.0",
  45. "@babel/preset-typescript": "^7.16.0",
  46. "@types/jest": "^27.0.2",
  47. "@vant/cli": "^7.0.3",
  48. "@vant/icons": "^3.0.1",
  49. "@vant/stylelint-config": "^1.4.2",
  50. "gulp": "^4.0.2",
  51. "gulp-insert": "^0.5.0",
  52. "gulp-less": "^5.0.0",
  53. "gulp-postcss": "^9.0.1",
  54. "gulp-rename": "^2.0.0",
  55. "gulp-typescript": "^6.0.0-alpha.1",
  56. "jest": "^27.3.1",
  57. "lint-staged": "^13.0.3",
  58. "merge2": "^1.4.1",
  59. "miniprogram-api-typings": "^3.1.6",
  60. "miniprogram-ci": "^1.6.1",
  61. "miniprogram-simulate": "^1.4.2",
  62. "stylelint": "13.13.1",
  63. "ts-jest": "^27.0.7",
  64. "tscpaths": "^0.0.9",
  65. "typescript": "^4.4.4",
  66. "vue": "^3.2.30"
  67. },
  68. "files": [
  69. "dist",
  70. "lib"
  71. ],
  72. "homepage": "https://github.com/youzan/vant-weapp#readme",
  73. "license": "MIT",
  74. "lint-staged": {
  75. "*.{ts,js}": [
  76. "eslint --fix",
  77. "prettier --write"
  78. ],
  79. "*.{css,less}": [
  80. "stylelint --fix",
  81. "prettier --write"
  82. ]
  83. },
  84. "miniprogram": "lib",
  85. "name": "@vant/weapp",
  86. "publishConfig": {
  87. "access": "public",
  88. "registry": "https://registry.npmjs.org/"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
  93. },
  94. "resolutions": {
  95. "source-map": "0.7.4"
  96. },
  97. "scripts": {
  98. "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
  99. "dev": "node build/dev.mjs",
  100. "lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
  101. "prepare": "husky install",
  102. "release": "sh build/release.sh",
  103. "release:site": "vant-cli build-site && gh-pages -d site-dist --add",
  104. "test": "jest",
  105. "test:watch": "jest --watch",
  106. "upload:weapp": "node build/upload.js"
  107. },
  108. "version": "1.11.7"
  109. }