12345678910111213141516171819 |
- {
- "name": "project",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.11.6",
- "axios": "^0.25.0",
- "axios-miniprogram-adapter": "^0.3.5",
- "axios-retry": "^4.4.1",
- "core-js": "^3.37.1",
- "crypto-js": "^4.2.0"
- }
- }
|