{ "name": "managed-chatkit-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --max-warnings=0" }, "engines": { "node": ">=18.18", "npm": ">=9" }, "dependencies": { "@openai/chatkit-react": ">=1.1.1 <2.0.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@tailwindcss/postcss": "^4", "@types/node": "^22.9.4", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@typescript-eslint/eslint-plugin": "^8.16.0", "@typescript-eslint/parser": "^8.16.0", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.12.0", "postcss": "^8.4.47", "tailwindcss": "^4", "typescript": "^5.6.3", "vite": "^7.1.9" } }