package.json 1.7 KB
Newer Older
DCloud_JSON's avatar
DCloud_JSON 已提交
1 2 3
{
	"id": "uni-im",
	"displayName": "uni-im",
DCloud_JSON's avatar
3.4.39  
DCloud_JSON 已提交
4
	"version": "3.4.39",
DCloud_JSON's avatar
DCloud_JSON 已提交
5 6 7 8 9 10
	"description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统",
	"keywords": [
        "im,即时通讯,客服,聊天"
    ],
	"repository": "https://gitcode.net/dcloud/hello-uni-im",
	"engines": {
DCloud_JSON's avatar
DCloud_JSON 已提交
11
		"HBuilderX": "^4.29"
DCloud_JSON's avatar
DCloud_JSON 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
	},
	"dcloudext": {
		"sale": {
			"regular": {
				"price": "0.00"
			},
			"sourcecode": {
				"price": "0.00"
			}
		},
		"contact": {
			"qq": ""
		},
		"declaration": {
			"ads": "无",
			"data": "无",
			"permissions": "无"
		},
		"npmurl": "",
		"type": "unicloud-template-page"
	},
	"uni_modules": {
		"dependencies": [
			"uni-id-pages",
			"uni-search-bar",
			"uni-segmented-control",
			"Sansnn-uQRCode",
			"uni-nav-bar",
			"uni-im-msg-reader",
      "uni-link"
		],
		"encrypt": [],
		"platforms": {
			"cloud": {
				"tcb": "y",
DCloud_JSON's avatar
3.4.38  
DCloud_JSON 已提交
47
                "aliyun": "y",
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
48
                "alipay": "y"
DCloud_JSON's avatar
DCloud_JSON 已提交
49 50 51
			},
			"client": {
				"Vue": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
52
					"vue2": "n",
DCloud_JSON's avatar
DCloud_JSON 已提交
53 54 55
					"vue3": "y"
				},
				"App": {
56
					"app-vue": "y"
DCloud_JSON's avatar
DCloud_JSON 已提交
57 58
				},
				"H5-mobile": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
59 60
					"Safari": "y",
					"Android Browser": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
61
					"微信浏览器(Android)": "y",
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
62
					"QQ浏览器(Android)": "u"
DCloud_JSON's avatar
DCloud_JSON 已提交
63 64 65 66
				},
				"H5-pc": {
					"Chrome": "y",
					"IE": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
67
					"Edge": "y",
DCloud_JSON's avatar
DCloud_JSON 已提交
68
					"Firefox": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
69
					"Safari": "u"
DCloud_JSON's avatar
DCloud_JSON 已提交
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
				},
				"小程序": {
					"微信": "y",
					"阿里": "n",
					"百度": "n",
					"字节跳动": "n",
					"QQ": "n",
					"钉钉": "n",
					"快手": "n",
					"飞书": "n",
					"京东": "n"
				},
				"快应用": {
					"华为": "n",
					"联盟": "n"
				}
			}
		}
	},
	"dependencies": {}
}