mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
23 lines
444 B
JSON
23 lines
444 B
JSON
{
|
|
"name": "napcat.webui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"qrcode": "^1.5.4",
|
|
"tdesign-vue-next": "^1.10.3",
|
|
"vue": "^3.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^5.4.10",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|