{ "name": "ramex-redesign", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "vue-tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@vue-flow/background": "^1.3.2", "@vue-flow/controls": "^1.1.3", "@vue-flow/core": "^1.47.0", "@vue-flow/minimap": "^1.5.4", "@vueuse/core": "^13.9.0", "@vueuse/motion": "^3.0.3", "framer-motion": "^12.23.16", "gsap": "^3.13.0", "pinia": "^3.0.3", "vue": "^3.5.21", "vue-i18n": "^9.14.5", "vue-router": "^4.5.1" }, "devDependencies": { "@vitejs/plugin-vue": "^4.6.2", "@vue/tsconfig": "^0.8.1", "typescript": "~5.8.3", "vite": "^4.5.0", "vue-tsc": "^3.0.7" } }