cindy-ai-chatbot
Version:
An AI-powered chatbot component for React applications
146 lines (145 loc) • 4.61 kB
JSON
{
"name": "cindy-ai-chatbot",
"version": "1.1.7",
"description": "An AI-powered chatbot component for React applications",
"private": false,
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"style": "dist/css/cindy-chatbot.css",
"files": [
"dist",
"dist/css",
"scripts",
"README.md"
],
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^16.18.126",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@types/uuid": "^10.0.0",
"antd": "^5.24.6",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"copy-webpack-plugin": "^13.0.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.508.0",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primereact": "^10.9.4",
"react-markdown": "^10.1.0",
"react-responsive": "^10.0.1",
"react-router-dom": "^5.3.4",
"recharts": "^2.15.2",
"remark-gfm": "^4.0.1",
"shadcn": "^3.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.3.3",
"tw-animate-css": "^1.4.0",
"use-immer": "^0.11.0",
"uuid": "^11.1.0",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"start": "set NODE_OPTIONS=--localstorage-file=.\\node_modules\\.cache\\localstorage.db&& react-scripts start",
"build": "set NODE_OPTIONS=--localstorage-file=.\\node_modules\\.cache\\localstorage.db&& webpack --mode production",
"test": "react-scripts test",
"eject": "react-scripts eject",
"copy-components": "node scripts/copy-components.js",
"copy-fonts": "node scripts/copy-fonts.js",
"build:lib": "npm run download-fonts && node scripts/copy-fonts.js && node scripts/copy-assets.js && node scripts/build-lib.js && node scripts/postinstall.cjs",
"prepublishOnly": "npm run build:lib",
"dev": "webpack --mode development --watch",
"dev:lib": "node scripts/watch-lib.js",
"dev:lib:build": "node scripts/copy-components.js && rollup -c --bundleConfigAsCjs",
"download-fonts": "node scripts/download-inter-fonts.js",
"postinstall": "node scripts/postinstall.cjs"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.2.1",
"chokidar": "^3.6.0",
"css-loader": "^6.11.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.31",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "5.0.1",
"rollup": "^4.39.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.86.3",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.2",
"typescript": "^5.1.3",
"webpack": "^5.99.2",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kishorcloudanalogy/chatbot-ai-cindy.git"
},
"keywords": [
"react",
"chatbot",
"ai",
"component",
"cindy"
],
"author": "Cindy AI",
"license": "MIT",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}