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.40  
DCloud_JSON 已提交
4
	"version": "3.4.40",
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
	},
	"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",
DCloud_JSON's avatar
3.4.40  
DCloud_JSON 已提交
36
			"uni-cloud-s2s",
DCloud_JSON's avatar
DCloud_JSON 已提交
37 38 39 40 41 42 43 44 45 46 47
			"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 已提交
48
                "aliyun": "y",
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
49
                "alipay": "y"
DCloud_JSON's avatar
DCloud_JSON 已提交
50 51 52
			},
			"client": {
				"Vue": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
53
					"vue2": "n",
DCloud_JSON's avatar
DCloud_JSON 已提交
54 55 56
					"vue3": "y"
				},
				"App": {
57
					"app-vue": "y"
DCloud_JSON's avatar
DCloud_JSON 已提交
58 59
				},
				"H5-mobile": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
60 61
					"Safari": "y",
					"Android Browser": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
62
					"微信浏览器(Android)": "y",
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
63
					"QQ浏览器(Android)": "u"
DCloud_JSON's avatar
DCloud_JSON 已提交
64 65 66 67
				},
				"H5-pc": {
					"Chrome": "y",
					"IE": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
68
					"Edge": "y",
DCloud_JSON's avatar
DCloud_JSON 已提交
69
					"Firefox": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
70
					"Safari": "u"
DCloud_JSON's avatar
DCloud_JSON 已提交
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
				},
				"小程序": {
					"微信": "y",
					"阿里": "n",
					"百度": "n",
					"字节跳动": "n",
					"QQ": "n",
					"钉钉": "n",
					"快手": "n",
					"飞书": "n",
					"京东": "n"
				},
				"快应用": {
					"华为": "n",
					"联盟": "n"
				}
			}
		}
	},
	"dependencies": {}
}