package.json 463 B

12345678910111213141516171819202122
  1. {
  2. "name": "布尔销销乐",
  3. "version": "1.0.0",
  4. "description": "布尔销销乐 - 微信小程序 CRM 系统",
  5. "main": "main.js",
  6. "scripts": {
  7. "dev:mp-weixin": "uni -p mp-weixin",
  8. "build:mp-weixin": "uni build -p mp-weixin"
  9. },
  10. "dependencies": {
  11. "animate.css": "^4.1.1",
  12. "pinia": "^2.1.7",
  13. "qrcode": "^1.5.3",
  14. "vue": "^3.4.21"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": ""
  19. },
  20. "author": "",
  21. "license": "MIT"
  22. }