{ "name": "tg-mini-app-shop", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@heroicons/vue": "^2.2.0", "@tailwindcss/vite": "^4.1.11", "ofetch": "^1.4.1", "pinia": "^3.0.3", "swiper": "^11.2.10", "vue": "^3.5.17", "vue-router": "^4.5.1", "vue-tg": "^0.9.0-beta.10" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.0", "autoprefixer": "^10.4.21", "daisyui": "^5.0.46", "postcss": "^8.5.6", "tailwindcss": "^4.1.11", "vite": "^7.0.3" } }