{ "name": "targo-email-editor", "version": "1.0.0", "description": "Standalone email editor microservice — easy-email (React) embedded via iframe in the ops UI. Talks to the targo-hub /campaigns/templates/* endpoints to load and save campaign templates.", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "easy-email-core": "^4.16.5", "easy-email-editor": "^4.16.6", "easy-email-extensions": "^4.16.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.5.0", "vite": "^5.4.0" } }