UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

78 lines (77 loc) 2.13 kB
{ "name": "chat-frontend-library", "version": "1.0.168", "description": "", "main": "dist/index.js", "scripts": { "build": "webpack && npm version patch && npm publish", "dev": "webpack" }, "author": "", "license": "ISC", "keywords": [ "react", "chat" ], "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@mui/icons-material": "^6.3.1", "@mui/material": "^6.3.1", "@reduxjs/toolkit": "^2.5.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@types/crypto-js": "^4.2.2", "@types/dotenv-webpack": "^7.0.7", "@types/node": "^20.14.12", "@types/react": "^19.0.4", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^7.15.0", "@typescript-eslint/parser": "^7.15.0", "axios": "^1.7.3", "clsx": "^2.1.1", "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", "dotenv-webpack": "^8.1.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "i18next": "^23.12.3", "javascript-obfuscator": "^4.1.1", "jwt-decode": "^4.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.0.1", "react-redux": "^9.2.0", "react-use-websocket": "^4.8.1", "sass": "^1.83.0", "sass-loader": "^16.0.0", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "typescript": "^5.7.3", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-obfuscator": "^3.5.1" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "files": [ "dist" ], "dependencies": { "crypto-js": "^4.2.0", "emoji-picker-react": "^4.12.0", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "react-hook-form": "^7.53.0" }, "engines": { "node": ">=18.0.0" } }