feat: add frontend

This commit is contained in:
Rogee
2024-09-20 23:24:50 +08:00
parent 098b5ac8bc
commit 5aecfe6379
49 changed files with 861 additions and 1117 deletions

View File

@@ -1,30 +1,26 @@
{
"name": "tg-show",
"private": true,
"name": "b",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc -b && vite build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"axios": "^1.7.7",
"vue": "^3.4.37",
"vue-router": "^4.4.5"
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"nodemon": "^3.1.6",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
"vite": "^5.3.1"
}
}