package.json 405 B

12345678910111213141516171819
  1. {
  2. "name": "project",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@vant/weapp": "^1.11.6",
  13. "axios": "^0.25.0",
  14. "axios-miniprogram-adapter": "^0.3.5",
  15. "axios-retry": "^4.4.1",
  16. "core-js": "^3.37.1",
  17. "crypto-js": "^4.2.0"
  18. }
  19. }