{ "name": "rbb-adobeae-automator", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "@lottiefiles/vue-lottie-player": "^1.1.0", "lottie-web-vue": "^2.0.7", "vue": "^3.4.21", "vue3-toastify": "^0.2.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "typescript": "^5.2.2", "vite": "^5.2.0", "vue-tsc": "^2.0.6" } }