package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "@vant/weapp",
  3. "_id": "@vant/weapp@1.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7ts/81tDvMBy2plGjeD3fJ+FqTs=",
  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.npmmirror.com/@vant/weapp/download/@vant/weapp-1.9.0.tgz",
  24. "_shasum": "eedb3ff35b43bcc072da99468de0f77c9f85a93b",
  25. "_spec": "@vant/weapp",
  26. "_where": "G:\\phpstudy_pro\\WWW\\aiyuansu\\resources\\zqxgxcx",
  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": "deprecate",
  40. "description": "轻量、可靠的小程序 UI 组件库",
  41. "devDependencies": {
  42. "@vant/cli": "^4.0.0-beta.5",
  43. "@vant/icons": "^1.7.1",
  44. "@vue/compiler-sfc": "^3.2.13",
  45. "gulp": "^4.0.2",
  46. "gulp-insert": "^0.5.0",
  47. "gulp-less": "^5.0.0",
  48. "gulp-postcss": "^9.0.1",
  49. "gulp-rename": "^2.0.0",
  50. "miniprogram-api-typings": "^3.1.6",
  51. "miniprogram-ci": "^1.6.1",
  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.9.0"
  92. }