mirror of https://github.com/Nofated095/Q2TG.git
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "q2tg-webui",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:expose": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"naive-ui": "^2.38.2",
|
|
"sass": "^1.76.0",
|
|
"vite": "^5.2.11",
|
|
"vue": "^3.4.26",
|
|
"vue-tg": "^0.6.1"
|
|
}
|
|
}
|