package.json 1.9 KB
Newer Older
M
mehaotian 已提交
1 2
{
	"id": "uni-stat",
M
mehaotian 已提交
3 4 5
	"displayName": "uni统计 for uni-app x",
	"version": "1.0.4",
	"description": "uni统计的uni-app x 版本",
M
mehaotian 已提交
6
	"keywords": [
M
mehaotian 已提交
7 8 9 10 11
        "uni-stat",
        "统计",
        "uni统计"
    ],
	"repository": "https://gitcode.net/dcloud/uni-api",
M
mehaotian 已提交
12
	"engines": {
M
mehaotian 已提交
13
		"HBuilderX": "^4.33"
M
mehaotian 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
	},
	"dcloudext": {
		"type": "uts",
		"sale": {
			"regular": {
				"price": "0.00"
			},
			"sourcecode": {
				"price": "0.00"
			}
		},
		"contact": {
			"qq": ""
		},
		"declaration": {
M
mehaotian 已提交
29 30 31
			"ads": "无",
			"data": "采集页面路由\n采集页面停留时长\n采集常用设备信息",
			"permissions": "无"
M
mehaotian 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
		},
		"npmurl": ""
	},
	"uni_modules": {
		"uni-ext-api": {
			"uni": {
				"report": {
					"name": "report",
					"app": {
						"js": true,
						"kotlin": true,
						"swift": false
					}
				}
			}
		},
		"dependencies": [],
		"encrypt": [],
		"platforms": {
			"cloud": {
M
mehaotian 已提交
52 53 54
				"tcb": "y",
				"aliyun": "y",
				"alipay": "y"
M
mehaotian 已提交
55 56 57
			},
			"client": {
				"Vue": {
M
mehaotian 已提交
58 59
					"vue2": "n",
					"vue3": "y"
M
mehaotian 已提交
60 61
				},
				"App": {
M
mehaotian 已提交
62 63 64 65 66 67 68 69
                    "app-android": {
                        "minVersion": "24"
                    },
                    "app-ios": {
                        "minVersion": "9"
                    },
                    "app-harmony": "n"
                },
M
mehaotian 已提交
70
				"H5-mobile": {
M
mehaotian 已提交
71 72 73 74
					"Safari": "y",
					"Android Browser": "y",
					"微信浏览器(Android)": "y",
					"QQ浏览器(Android)": "y"
M
mehaotian 已提交
75 76
				},
				"H5-pc": {
M
mehaotian 已提交
77 78 79 80 81
					"Chrome": "y",
					"IE": "y",
					"Edge": "y",
					"Firefox": "y",
					"Safari": "y"
M
mehaotian 已提交
82 83
				},
				"小程序": {
M
mehaotian 已提交
84 85 86 87 88 89 90 91 92
					"微信": "n",
					"阿里": "n",
					"百度": "n",
					"字节跳动": "n",
					"QQ": "n",
					"钉钉": "n",
					"快手": "n",
					"飞书": "n",
					"京东": "n"
M
mehaotian 已提交
93 94
				},
				"快应用": {
M
mehaotian 已提交
95 96
					"华为": "n",
					"联盟": "n"
M
mehaotian 已提交
97 98 99 100 101
				}
			}
		}
	}
}