chat-widget-sdk_new
Version:
Neubinary chat skd
60 lines (59 loc) • 1.45 kB
JSON
{
"name": "chat-widget-sdk_new",
"version": "1.0.16",
"description": "Neubinary chat skd",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"exports": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"chat",
"chat-sdk",
"react"
],
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"author": "Narender",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.29.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.15",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"date-fns": "^4.1.0",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"lucide-react": "^0.525.0",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.1",
"tailwindcss": "^3.4.17",
"tsup": "^8.5.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.4"
}
}