package.json 580 B

12345678910111213141516171819202122
  1. {
  2. "name": "clock-front",
  3. "version": "1.0.0",
  4. "description": "<p style=\"text-align: center;\"><img src=\"https://image.weilanwl.com/uni/UniAppReadme.jpg\" alt=\"ColorUI简介\"></img></p>",
  5. "main": "main.js",
  6. "dependencies": {
  7. "i": "^0.3.7",
  8. "mpvue-echarts": "^0.3.2",
  9. "prettier": "^1.12.1"
  10. },
  11. "devDependencies": {},
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git@code.aliyun.com:xuntic-group/clock-front.git"
  18. },
  19. "keywords": [],
  20. "author": "",
  21. "license": "ISC"
  22. }