mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
32 lines
763 B
JSON
32 lines
763 B
JSON
{
|
|
"name": "napcat.webui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"webui:lint": "eslint . --fix",
|
|
"webui:dev": "vite",
|
|
"webui:build": "vue-tsc -b && vite build",
|
|
"webui:preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"qrcode": "^1.5.4",
|
|
"tdesign-vue-next": "^1.10.3",
|
|
"vue": "^3.5.12",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
"@eslint/js": "^9.14.0",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-vue": "^9.31.0",
|
|
"globals": "^15.12.0",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^5.4.10",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|