| 123456789101112131415161718192021222324252627 |
- {
- "name": "hbproject",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "dependencies": {
- "aliplayer": "^1.0.3",
- "axios": "^1.7.2",
- "dayjs": "^1.11.13",
- "image-tools": "^1.4.0",
- "jsencrypt": "^3.3.2",
- "jsonp": "^0.2.1",
- "pinia": "^2.1.7",
- "ts-md5": "^1.3.1",
- "vue": "^3.5.13"
- },
- "scripts": {
- "dev:h5": "uni"
- },
- "repository": {
- "type": "git",
- "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {}
- }
|