package.json 974 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "uni-halo",
  3. "version": "1.0.0",
  4. "description": "<p align=\"center\">\r <img alt=\"logo\" src=\"https://b.925i.cn/uni_halo/uni_halo_logo.png\" width=\"120\" height=\"120\" style=\"margin-bottom: 10px;\">\r </p>\r <h3 align=\"center\" style=\"margin: 30px 0 30px;font-weight: bold;font-size:40px;\">uni-halo</h3>\r <h3 align=\"center\">uni-halo 基于Halo一款现代化的开源博客/CMS系统API开发的可多端编译应用</h3>",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://gitee.com/ialley-workshop-open/uni-halo.git"
  8. },
  9. "keywords": [
  10. "uni-halo",
  11. "小莫唐尼",
  12. "巷子工坊"
  13. ],
  14. "author": "巷子工坊丨小莫唐尼",
  15. "license": "AGPL-3.0",
  16. "bugs": {
  17. "url": "https://gitee.com/ialley-workshop-open/uni-halo/issues"
  18. },
  19. "homepage": "https://uni-halo.925i.cn",
  20. "devDependencies": {
  21. "vue-i18n": "^9.1.10"
  22. },
  23. "dependencies": {
  24. "qs": "^6.12.1",
  25. "uni-read-pages": "^1.0.5",
  26. "uni-simple-router": "^2.0.8-beta.4"
  27. }
  28. }