{ "name": "mose-web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "build-no-check": "vite build", "build-ignore-ts": "vue-tsc --project tsconfig.build.json --noEmit && vite build", "preview": "vite preview", "gitBuild": "vue-tsc -b && vite build --base=/My" }, "dependencies": { "@iconify/vue": "^5.0.0", "@tailwindcss/vite": "^4.1.11", "@videojs-player/vue": "^1.0.0", "animate.css": "^4.1.1", "animejs": "^4.0.2", "aos": "^2.3.4", "axios": "^1.10.0", "dayjs": "^1.11.13", "gsap": "^3.13.0", "lottie-web": "^5.13.0", "particles.js": "^2.0.0", "scrollmagic": "^2.0.8", "swiper": "^11.2.10", "tailwindcss": "^4.1.11", "three": "^0.178.0", "typed.js": "^2.1.0", "video.js": "^7.21.7", "vue": "^3.5.13", "vue-i18n": "^11.1.9", "vue-router": "^4.5.1", "wow.js": "^1.2.2", "wowjs": "^1.1.3" }, "devDependencies": { "@types/aos": "^3.0.7", "@types/node": "^24.0.13", "@vitejs/plugin-vue": "^5.2.1", "@vue/tsconfig": "^0.7.0", "gh-pages": "^6.3.0", "msw": "^2.10.4", "typescript": "~5.7.2", "vite": "^6.1.0", "vue-tsc": "^2.2.0" } }