package.json 677 B

123456789101112131415161718192021222324252627
  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. "html2canvas": "^1.4.1",
  8. "ids": "^1.0.0",
  9. "uview-ui": "^1.8.4",
  10. "vue-barcode": "^1.3.0",
  11. "vue-signature-pad": "^2.0.5"
  12. },
  13. "devDependencies": {
  14. "node-sass": "^7.0.3",
  15. "sass-loader": "^13.0.2"
  16. },
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "http://119.23.210.103:3000/sznichuqia/mobile.git"
  23. },
  24. "keywords": [],
  25. "author": "",
  26. "license": "ISC"
  27. }