package.json 2.7 KB

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