UNPKG

gamingpe-chatbot

Version:

This chatbot can be used for the Deposit, Withdrawal and Solving query for the pending transaction faster than before.

76 lines (75 loc) 2.08 kB
{ "name": "gamingpe-chatbot", "version": "1.9.8", "private": false, "main": "dist/chatbot.cjs.js", "module": "dist/chatbot.esm.js", "browser": "dist/chatbot.umd.js", "types": "dist/types/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "next dev -p 3005", "build": "next build", "start": "next start", "lint": "next lint", "test": "echo \"Write tests!\" && exit 0", "webpack": "webpack --config webpack.config.js" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.5", "@mui/lab": "^6.0.0-beta.28", "@mui/material": "^6.4.5", "moment": "^2.30.1", "next": "^15.1.6", "process": "^0.11.10", "qrcode.react": "^4.2.0", "react": "^18.0.0", "react-dom": "^18.0.0", "zustand": "^5.0.3" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@eslint/eslintrc": "^3", "@types/node": "^20.17.19", "@types/react": "^19.0.10", "@types/react-dom": "^19", "babel-loader": "^9.2.1", "eslint": "^9", "eslint-config-next": "15.1.4", "file-loader": "^6.2.0", "ts-loader": "^9.5.2", "typescript": "^5.7.3", "webpack-cli": "^6.0.1" }, "description": "This chatbot can be used for the Deposit, Withdrawal and Solving query for the pending transaction faster than before.", "repository": { "type": "git", "url": "git+https://github.com/gamingpe-tech/chatbot-web.git" }, "keywords": [ "gamingpe", "chatbot", "deposit", "withdrawal", "transaction" ], "author": "gamingpe", "license": "ISC", "bugs": { "url": "https://github.com/gamingpe-tech/chatbot-web/issues" }, "homepage": "https://github.com/gamingpe-tech/chatbot-web#readme", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" } }