-
Notifications
You must be signed in to change notification settings - Fork 1
Description
halo, i want to implement this library to vue 3 typescript
please help me
thank you
this my package
{
"name": "e-sport-project",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"dev-remote": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"flowbite": "^1.6.3",
"flowbite-vue": "^0.0.10",
"mande": "^2.0.3",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"svelte-screen-wake-lock": "^1.0.9",
"swiper": "^9.0.3",
"unity-webgl": "^3.3.0",
"vite-tsconfig-paths": "^4.0.5",
"vue": "^3.2.45",
"vue-final-modal": "^4.0.4",
"vue-i18n": "^9.2.2",
"vue-insomnia": "^0.1.0",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6",
"vue3-toastify": "^0.1.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.13.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}