tawk-react
Version:
React wrapper for tawk.to live chat
93 lines (92 loc) • 2.5 kB
JSON
{
"name": "tawk-react",
"version": "0.0.2",
"description": "React wrapper for tawk.to live chat",
"keywords": [
"react",
"tawk",
"tawkto",
"tawk.to",
"react-tawk"
],
"homepage": "https://github.com/smlntsv/tawk-react#readme",
"bugs": {
"url": "https://github.com/smlntsv/tawk-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smlntsv/tawk-react.git"
},
"license": "MIT",
"author": {
"name": "Dima Smolentsev",
"email": "smolentsevdn@gmail.com",
"url": "https://dima-dev.com"
},
"main": "dist/main.cjs.js",
"module": "dist/main.es.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/main.d.ts",
"import": "./dist/main.es.js",
"require": "./dist/main.cjs.js",
"default": "./dist/main.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "vitest run",
"test:dev": "vitest",
"test:coverage": "vitest run --coverage",
"build": "vite build",
"build:watch": "vite build --watch",
"storybook": "storybook dev -p 6006 --no-open",
"storybook:build": "storybook build",
"lint": "eslint ./src --config ./eslint.config.mjs"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@eslint/js": "^9.22.0",
"@storybook/addon-essentials": "^8.6.7",
"@storybook/addon-interactions": "^8.6.7",
"@storybook/blocks": "^8.6.7",
"@storybook/react": "^8.6.7",
"@storybook/react-vite": "^8.6.7",
"@storybook/test": "^8.6.7",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.9",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-storybook": "^0.11.6",
"globals": "^16.0.0",
"jsdom": "^26.0.0",
"prettier": "^3.5.3",
"react": "^19.0",
"rollup-preserve-directives": "^1.1.3",
"storybook": "^8.6.7",
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0",
"vite": "^6.2.2",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.9"
},
"peerDependencies": {
"@types/react": "^17 || ^18 || ^19",
"react": "^17 || ^18 || ^19",
"react-dom": "^17 || ^18 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
}
}