livechat-widget
Version:
LiveChat Widget for Next.js applications
64 lines (63 loc) • 1.45 kB
JSON
{
"name": "livechat-widget",
"version": "1.2.2",
"description": "LiveChat Widget for Next.js applications",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"static": "next build",
"build:package": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build:package"
},
"dependencies": {
"next": ">=13.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-icons": "^5.5.0"
},
"peerDependencies": {
"next": ">=13.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.17",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"keywords": [
"livechat",
"chat",
"widget",
"nextjs",
"react",
"websocket",
"real-time"
],
"author": "พี่ม่อน",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/username/livechat-widget"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}