12345678910111213141516171819 |
- {
- "name": "check-uniapp",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.19.2",
- "gcoord": "^1.0.6",
- "js-cookie": "3.0.1",
- "ol": "^10.2.1",
- "vant": "^4.9.7"
- }
- }
|