package.json 730 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@dcloudio/uni-mp-vue",
  3. "version": "3.0.0-4020920240930001",
  4. "description": "@dcloudio/uni-mp-vue",
  5. "main": "dist/vue.runtime.esm.js",
  6. "module": "dist/vue.runtime.esm.js",
  7. "files": [
  8. "dist"
  9. ],
  10. "sideEffects": false,
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/dcloudio/uni-app.git",
  14. "directory": "packages/uni-mp-vue"
  15. },
  16. "license": "Apache-2.0",
  17. "bugs": {
  18. "url": "https://github.com/dcloudio/uni-app/issues"
  19. },
  20. "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  21. "dependencies": {
  22. "@dcloudio/uni-shared": "3.0.0-4020920240930001",
  23. "@vue/shared": "3.4.21"
  24. },
  25. "devDependencies": {
  26. "@dcloudio/uni-mp-vue": "3.0.0-4020920240930001"
  27. }
  28. }