package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "@vant/weapp@^1.9.2",
  3. "_id": "@vant/weapp@1.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CcG5umI+zlJRN6hQXPeknOenPkVm6WBEgBaB6Y94kOmKLx9NHtHBdURwxuJEA4q4mxhUdOuf6sV7I8tZBnCVxw==",
  6. "_location": "/@vant/weapp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vant/weapp@^1.9.2",
  12. "name": "@vant/weapp",
  13. "escapedName": "@vant%2fweapp",
  14. "scope": "@vant",
  15. "rawSpec": "^1.9.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.9.2"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.10.3.tgz",
  24. "_shasum": "c2df7437cf5784530835cf764cb7f4923f981e25",
  25. "_spec": "@vant/weapp@^1.9.2",
  26. "_where": "D:\\桌面\\航汇\\远程登记管理平台\\远程登记管理平台_小程序(2021-12-31)",
  27. "author": {
  28. "name": "youzan"
  29. },
  30. "browserslist": [
  31. "Chrome >= 53",
  32. "ChromeAndroid >= 53",
  33. "iOS >= 9"
  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. "@babel/plugin-transform-modules-commonjs": "^7.16.0",
  43. "@babel/preset-typescript": "^7.16.0",
  44. "@types/jest": "^27.0.2",
  45. "@vant/cli": "^4.0.0",
  46. "@vant/icons": "^1.7.1",
  47. "gulp": "^4.0.2",
  48. "gulp-insert": "^0.5.0",
  49. "gulp-less": "^5.0.0",
  50. "gulp-postcss": "^9.0.1",
  51. "gulp-rename": "^2.0.0",
  52. "gulp-typescript": "^6.0.0-alpha.1",
  53. "jest": "^27.3.1",
  54. "merge2": "^1.4.1",
  55. "miniprogram-api-typings": "^3.1.6",
  56. "miniprogram-ci": "^1.6.1",
  57. "miniprogram-simulate": "^1.4.2",
  58. "ts-jest": "^27.0.7",
  59. "tscpaths": "^0.0.9",
  60. "typescript": "^4.4.4",
  61. "vue": "^3.2.30"
  62. },
  63. "files": [
  64. "dist",
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/youzan/vant-weapp#readme",
  68. "license": "MIT",
  69. "lint-staged": {
  70. "*.{ts,js}": [
  71. "eslint --fix",
  72. "prettier --write"
  73. ],
  74. "*.{css,less}": [
  75. "stylelint --fix",
  76. "prettier --write"
  77. ]
  78. },
  79. "miniprogram": "lib",
  80. "name": "@vant/weapp",
  81. "publishConfig": {
  82. "access": "public",
  83. "registry": "https://registry.npmjs.org/"
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
  88. },
  89. "scripts": {
  90. "build:changelog": "vant-cli changelog",
  91. "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
  92. "dev": "node build/dev.mjs",
  93. "lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
  94. "prepare": "husky install",
  95. "release": "sh build/release.sh",
  96. "release:site": "vant-cli build-site && gh-pages -d site-dist --add",
  97. "test": "jest",
  98. "test:watch": "jest --watch",
  99. "upload:weapp": "node build/upload.js"
  100. },
  101. "version": "1.10.3"
  102. }