1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "name": "qqjf-pda",
| "version": "1.0.0",
| "description": "<p align=\"center\"> <img alt=\"logo\" src=\"https://uviewui.com/common/logo.png\" width=\"120\" height=\"120\" style=\"margin-bottom: 10px;\"> </p> <h3 align=\"center\" style=\"margin: 30px 0 30px;font-weight: bold;font-size:40px;\">uView</h3> <h3 align=\"center\">多平台快速开发的UI框架</h3>",
| "main": "index.js",
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "repository": {
| "type": "git",
| "url": "https://gitee.com/shanghai-shuying-information/wb_cnooc.git"
| },
| "author": "",
| "license": "ISC",
| "dependencies": {
| "moment": "^2.29.4",
| "uview-ui": "^1.8.7"
| }
| }
|
|