package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "vant-weapp@0.5.28",
  5. "D:\\project\\progress\\鸿泰跃达\\fastNetwork"
  6. ]
  7. ],
  8. "_from": "vant-weapp@0.5.28",
  9. "_id": "vant-weapp@0.5.28",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GAJ2PTLuhXHWpAD5B7DdRQdkEFMdjdduuMzKkThUjIiQ63ESnaJvIEUbW3RgiUNNV7PYXwhOFOd6woR/JsTFLA==",
  12. "_location": "/vant-weapp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vant-weapp@0.5.28",
  18. "name": "vant-weapp",
  19. "escapedName": "vant-weapp",
  20. "rawSpec": "0.5.28",
  21. "saveSpec": null,
  22. "fetchSpec": "0.5.28"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vant-weapp/-/vant-weapp-0.5.28.tgz",
  28. "_spec": "0.5.28",
  29. "_where": "D:\\project\\progress\\鸿泰跃达\\fastNetwork",
  30. "author": {
  31. "name": "youzan"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/youzan/vant-weapp/issues"
  35. },
  36. "description": "轻量、可靠的小程序 UI 组件库",
  37. "devDependencies": {
  38. "@babel/core": "^7.5.5",
  39. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  40. "@babel/preset-env": "^7.5.5",
  41. "@vant/cli": "^1.0.3",
  42. "@vant/doc": "^2.5.1",
  43. "@vant/eslint-config": "^1.2.4",
  44. "@vant/icons": "1.2.0",
  45. "@vant/markdown-loader": "^2.2.0",
  46. "autoprefixer": "^9.6.1",
  47. "babel-loader": "8.0.6",
  48. "cross-env": "^5.1.4",
  49. "css-loader": "^3.2.0",
  50. "cssnano": "^4.1.10",
  51. "eslint": "^6.1.0",
  52. "gh-pages": "^2.0.1",
  53. "gulp": "^4.0.2",
  54. "gulp-insert": "^0.5.0",
  55. "gulp-less": "^4.0.1",
  56. "gulp-postcss": "^8.0.0",
  57. "gulp-rename": "^1.2.2",
  58. "html-webpack-plugin": "^3.2.0",
  59. "less": "^3.9.0",
  60. "less-loader": "^5.0.0",
  61. "miniprogram-api-typings": "2.7.7-2",
  62. "postcss-loader": "^3.0.0",
  63. "progress-bar-webpack-plugin": "^1.11.0",
  64. "style-loader": "^1.0.0",
  65. "typescript": "^3.5.3",
  66. "vue": "2.6.10",
  67. "vue-loader": "^15.7.1",
  68. "vue-router": "^3.1.1",
  69. "vue-template-compiler": "2.6.10",
  70. "webpack": "^4.39.1",
  71. "webpack-cli": "^3.3.6",
  72. "webpack-serve": "^2.0.3"
  73. },
  74. "files": [
  75. "dist",
  76. "lib"
  77. ],
  78. "homepage": "https://github.com/youzan/vant-weapp#readme",
  79. "husky": {
  80. "hooks": {
  81. "commit-msg": "vant commit-lint"
  82. }
  83. },
  84. "license": "MIT",
  85. "miniprogram": "dist",
  86. "name": "vant-weapp",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
  90. },
  91. "scripts": {
  92. "build:changelog": "vant changelog --tag v0.5.0 ./docs/markdown/changelog.generated.md",
  93. "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
  94. "dev": "node build/dev.js",
  95. "lint": "eslint ./packages --ext .js,.ts",
  96. "release": "sh build/release.sh",
  97. "release:site": "sh build/release-site.sh"
  98. },
  99. "version": "0.5.28"
  100. }