package.json 563 B

1234567891011121314151617181920212223
  1. {
  2. "name": "shop",
  3. "version": "1.0.0",
  4. "description": "客户管理系统小程序端",
  5. "keywords": [],
  6. "dependencies": {
  7. "animate.css": "^3.7.2",
  8. "cos-wx-sdk-v5": "^1.0.10",
  9. "crypto": "^1.0.1",
  10. "crypto-js": "^4.2.0",
  11. "dayjs": "^1.11.7",
  12. "hls": "0.0.1",
  13. "tim-wx-sdk": "^2.17.0",
  14. "vuex": "^4.1.0"
  15. },
  16. "main": "main.js",
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "author": "",
  21. "license": "ISC",
  22. "devDependencies": {}
  23. }