UNPKG

@gptstonks/chatbot

Version:

GPTStonks Open-source Chatbot

63 lines (62 loc) 1.44 kB
{ "name": "@gptstonks/chatbot", "version": "0.1.3", "author": { "name": "GPTStonks", "email": "gptstonks@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/GPTStonks/chatbot.git" }, "homepage": "https://gptstonks.net", "license": "MIT", "keywords": [ "chatbot", "websocket", "react", "nextjs", "AI" ], "description": "GPTStonks Open-source Chatbot", "main": "out/src/index.js", "private": false, "files": [ "out/src/components/**/*", "out/src/layouts/**/*", "out/src/types/**/*", "out/src/hooks/**/*", "out/src/index.d.ts", "out/src/index.js" ], "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "echo \"Error: no test specified\"" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.13", "@mui/material": "^5.15.12", "lint-staged": "^15.2.2", "next": "14.1.3", "react": "^18", "react-dom": "^18", "react-loader-spinner": "^6.1.6", "react-use-websocket": "^3.0.0" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.1.3", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" } }