package.json 642 B

1234567891011121314151617181920212223242526
  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. },
  12. "devDependencies": {
  13. "node-sass": "^7.0.3",
  14. "sass-loader": "^13.0.2"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "http://119.23.210.103:3000/sznichuqia/mobile.git"
  22. },
  23. "keywords": [],
  24. "author": "",
  25. "license": "ISC"
  26. }