package.json 701 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "mobile",
  3. "version": "1.0.0",
  4. "description": "![JEECG](https://static.oschina.net/uploads/img/201905/24164523_XDhg.png \"JeecgBoot快速开发平台\")",
  5. "main": "index.js",
  6. "dependencies": {
  7. "dayjs": "^1.11.7",
  8. "html2canvas": "^1.4.1",
  9. "ids": "^1.0.0",
  10. "uview-ui": "^1.8.4",
  11. "vue-barcode": "^1.3.0",
  12. "vue-signature-pad": "^2.0.5"
  13. },
  14. "devDependencies": {
  15. "node-sass": "^7.0.3",
  16. "sass-loader": "^13.0.2"
  17. },
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "http://119.23.210.103:3000/sznichuqia/mobile.git"
  24. },
  25. "keywords": [],
  26. "author": "",
  27. "license": "ISC"
  28. }