{ "name": "truegrowth-official-site", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 127.0.0.1 --port 7330", "build": "vite build", "preview": "vite preview --host 127.0.0.1 --port 7331" }, "devDependencies": { "vite": "^6.4.1" } }