package.json 837 B

123456789101112131415161718192021222324
  1. {
  2. "name": "uView",
  3. "version": "1.0.0",
  4. "description": "<p align=\"center\">\r <img alt=\"logo\" src=\"https://uviewui.com/common/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;\">uView</h3>\r <h3 align=\"center\">多平台快速开发的UI框架</h3>",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/YanxinNet/uView.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/YanxinNet/uView/issues"
  18. },
  19. "homepage": "https://github.com/YanxinNet/uView#readme",
  20. "dependencies": {
  21. "dayjs": "^1.10.7",
  22. "vue-i18n": "^8.20.0"
  23. }
  24. }