ai-chat-ui-ck
Version:
A reusable AI Chat UI component built with React and CSS.
60 lines • 1.31 kB
JSON
{
"name": "ai-chat-ui-ck",
"version": "1.0.4",
"description": "A reusable AI Chat UI component built with React and CSS.",
"main": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"react",
"chat",
"chatbot",
"ai",
"ui",
"component",
"openai",
"llm",
"frontend"
],
"author": "CK",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/garlichck/ai-chat-ui.git"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "babel src --out-dir dist --extensions \".js,.jsx,.ts,.tsx\" --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"access": "public"
}
}