123456789101112131415161718192021222324 |
- {
- "name": "yf-exam-uni",
- "version": "4.1.0",
- "description": "国电宁夏新能源在线学习考试系统",
- "main": "main.js",
- "keywords": [
- "考试系统",
- "培训系统",
- "学习系统",
- "知识竞赛"
- ],
- "author": "北京光耀",
- "license": "ISC",
- "devDependencies": {
- "@dcloudio/uni-ui": "^1.4.12",
- "@types/html5plus": "^1.0.0"
- },
- "dependencies": {
- "cos-js-sdk-v5": "^1.3.7",
- "cos-wx-sdk-v5": "^1.1.7",
- "image-tools": "^1.4.0",
- "js-md5": "0.7.3"
- }
- }
|