You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728
  1. {
  2. "id": "ua-navbar",
  3. "name": "navbar自定义导航条",
  4. "version": "v1.1.0",
  5. "description": "uniapp多端自定义顶部导航栏组件。支持自定义背景色、标题颜色、标题居中、是否固定、背景沉浸式透明、层级等功能。",
  6. "keywords": [
  7. "ua-navbar",
  8. "navbar",
  9. "导航条",
  10. "导航栏",
  11. "topbar"
  12. ],
  13. "dependencies": {
  14. "base64-js": "^1.5.1",
  15. "cross-env": "^7.0.3",
  16. "echarts": "^5.4.2",
  17. "image-tools": "^1.4.0",
  18. "increase-memory-limit": "^1.0.7",
  19. "js-base64": "^2.6.4",
  20. "sm-crypto": "^0.3.13",
  21. "text-decoding": "^1.0.0",
  22. "vue-buffer": "0.0.1"
  23. },
  24. "devDependencies": {
  25. "@babel/core": "^7.22.9",
  26. "@babel/preset-env": "^7.22.9"
  27. }
  28. }