You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
591 B
26 lines
591 B
{
|
|
"name": "Raingad-IM",
|
|
"version": "5.5.2",
|
|
"description": "一款基于vue3.0的uniapp即时聊天工具",
|
|
"logo": "/static/image/logo.png",
|
|
"author": "Raingad",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/raingad/instant-chat-uniapp.git"
|
|
},
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"crypto-js": "^4.2.0",
|
|
"highlight.js": "^11.11.1",
|
|
"jsqr": "^1.4.0",
|
|
"markdown-it": "^14.1.0",
|
|
"pinia": "^2.0.23",
|
|
"quill": "^1.3.7",
|
|
"vconsole": "^3.15.1"
|
|
}
|
|
}
|
|
|