You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apply-assistant-v3/package.json

28 lines
594 B
JSON

6 months ago
{
5 months ago
"name": "imv10uniapp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
6 months ago
"dependencies": {
5 months ago
"@xkit-yx/im-store-v2": "^0.4.0",
"@xkit-yx/utils": "^0.5.6",
"dayjs": "^1.11.7",
"fetch-event-source": "^1.0.0-alpha.2",
"mobx": "^6.6.1",
"nim-web-sdk-ng": "^10.4.0",
5 months ago
"pinyin": "^3.1.0"
6 months ago
},
"devDependencies": {
5 months ago
"file-saver": "^2.0.5",
"pako": "^2.1.0",
6 months ago
"sass": "^1.86.0",
"sass-loader": "^16.0.5"
5 months ago
}
}