UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

40 lines (39 loc) 1.07 kB
{ "name": "ably-web-cli-example", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@ably/react-web-cli": "workspace:*", "clsx": "^2.1.1", "lucide-react": "^0.507.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^3.2.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@tailwindcss/postcss": "^4.1.5", "@tailwindcss/vite": "^4.1.5", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.21", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "postcss": "^8.5.3", "tailwindcss": "^4.1.5", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.7", "vite-tsconfig-paths": "^5.1.4" } }