1234567891011121314151617 |
- {
- "name": "hotel_uni",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "uview-ui": "^2.0.31",
- "vue-qr": "^4.0.9",
- "wx-qrcode": "^1.1.0"
- }
- }
|