package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "@vant/weapp",
  3. "_id": "@vant/weapp@1.10.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-caqA0xQxM4lMRncFsRPPVMDdEzUBCJ4xdFXuKReXpEU3qwnVIP/WIjVDIi7mWyS7xqz8C9WfSW5JL4PrlSq31w==",
  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.10.2.tgz",
  24. "_shasum": "013fbf2fdc6d59d9e92bb82a0f772f032fb52945",
  25. "_spec": "@vant/weapp",
  26. "_where": "F:\\海星用户端\\starfish-User",
  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-beta.7",
  46. "@vant/icons": "^1.7.1",
  47. "@vue/compiler-sfc": "^3.2.13",
  48. "gulp": "^4.0.2",
  49. "gulp-insert": "^0.5.0",
  50. "gulp-less": "^5.0.0",
  51. "gulp-postcss": "^9.0.1",
  52. "gulp-rename": "^2.0.0",
  53. "gulp-typescript": "^6.0.0-alpha.1",
  54. "jest": "^27.3.1",
  55. "merge2": "^1.4.1",
  56. "miniprogram-api-typings": "^3.1.6",
  57. "miniprogram-ci": "^1.6.1",
  58. "miniprogram-simulate": "^1.4.2",
  59. "ts-jest": "^27.0.7",
  60. "tscpaths": "^0.0.9",
  61. "typescript": "^4.4.4",
  62. "vue": "^3.2.1"
  63. },
  64. "files": [
  65. "dist",
  66. "lib"
  67. ],
  68. "homepage": "https://github.com/youzan/vant-weapp#readme",
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.{ts,js}": [
  72. "eslint --fix",
  73. "prettier --write"
  74. ],
  75. "*.{css,less}": [
  76. "stylelint --fix",
  77. "prettier --write"
  78. ]
  79. },
  80. "miniprogram": "lib",
  81. "name": "@vant/weapp",
  82. "publishConfig": {
  83. "access": "public",
  84. "registry": "https://registry.npmjs.org/"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
  89. },
  90. "scripts": {
  91. "build:changelog": "vant-cli changelog",
  92. "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
  93. "dev": "node build/dev.js",
  94. "lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
  95. "prepare": "husky install",
  96. "release": "sh build/release.sh",
  97. "release:site": "vant-cli build-site && gh-pages -d site-dist --add",
  98. "test": "jest",
  99. "test:watch": "jest --watch",
  100. "upload:weapp": "node build/upload.js"
  101. },
  102. "version": "1.10.2"
  103. }