package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@vant/weapp",
  3. "_id": "@vant/weapp@1.8.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rVOrtsB3haOPrhOzM9s4IsO8CxBH/Eg/3Oqrxe3konfEBHAjHHPAsMDdsogo3rMo72Z2vj8063n2KLBTWYAc5Q==",
  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.8.7.tgz",
  24. "_shasum": "7b0412ad8b3049c7678afe885c452305e433f960",
  25. "_spec": "@vant/weapp",
  26. "_where": "/Users/wangzifan/Desktop/workspace/sws",
  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. "@vant/cli": "^3.11.2",
  43. "@vant/icons": "^1.6.0",
  44. "@vue/compiler-sfc": "^3.2.1",
  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.2.1"
  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. "publishConfig": {
  74. "access": "public",
  75. "registry": "https://registry.npmjs.org/"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
  80. },
  81. "scripts": {
  82. "build:changelog": "vant-cli changelog",
  83. "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
  84. "dev": "node build/dev.js",
  85. "lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
  86. "prepare": "husky install",
  87. "release": "sh build/release.sh",
  88. "release:site": "vant-cli build-site && gh-pages -d site --add",
  89. "upload:weapp": "node build/upload.js"
  90. },
  91. "version": "1.8.7"
  92. }