UNPKG

shiza-developer-chat-embed

Version:

Javascript library to display SHIZA Developer chatbot on your website

100 lines (99 loc) 3.31 kB
{ "name": "shiza-developer-chat-embed", "version": "2.0.5", "description": "Javascript library to display SHIZA Developer chatbot on your website", "keywords": [ "chatbot", "embed", "chat-widget", "shiza-developer", "javascript", "typescript" ], "homepage": "https://github.com/SHIZA-AI/shiza-developer-chat-embed#readme", "bugs": { "url": "https://github.com/SHIZA-AI/shiza-developer-chat-embed/issues" }, "repository": { "type": "git", "url": "git+https://github.com/SHIZA-AI/shiza-developer-chat-embed.git" }, "license": "MIT", "author": "SHIZA", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "cross-env NODE_ENV=development rollup --watch --config rollup.config.js", "build": "cross-env NODE_ENV=production rollup --config rollup.config.js", "lint": "eslint \"src/**/*.ts*\"", "lint-fix": "eslint --fix \"src/**/*.ts*\"", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,md,mdx}\"", "prepare": "husky install", "start": "node server.js" }, "dependencies": { "@babel/core": "^7.22.1", "@microsoft/fetch-event-source": "^2.0.1", "@radix-ui/react-icons": "^1.3.0", "@ts-stack/markdown": "^1.4.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "axios": "^1.7.7", "cors": "^2.8.5", "cross-env": "^7.0.3", "device-detector-js": "^3.0.3", "dotenv": "^16.4.5", "express": "^4.21.1", "form-data": "^4.0.1", "lodash": "^4.17.21", "lucide-react": "^0.446.0", "multer": "^1.4.5-lts.1", "node-fetch": "^3.3.2", "prettier": "^3.1.0", "solid-element": "1.7.0", "solid-js": "1.7.1", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4" }, "devDependencies": { "@babel/preset-typescript": "7.21.4", "@rollup/plugin-babel": "6.0.3", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "15.0.1", "@rollup/plugin-terser": "0.4.0", "@rollup/plugin-typescript": "11.0.0", "@tailwindcss/typography": "^0.5.10", "@types/jquery": "^3.5.31", "@types/lodash": "^4.14.195", "@types/node": "18.15.11", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "autoprefixer": "10.4.14", "babel-plugin-lodash": "^3.3.4", "babel-preset-solid": "1.7.1", "eslint": "^8.24.0", "eslint-config-next": "13.2.4", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.26.1", "eslint-plugin-solid": "0.12.0", "husky": "^8.0.0", "postcss": "8.4.21", "react": "18.2.0", "rollup": "3.23.0", "rollup-plugin-livereload": "2.0.5", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-serve": "2.0.2", "rollup-plugin-typescript-paths": "1.4.0", "rollup-plugin-uglify": "^6.0.4", "tailwindcss": "3.3.1", "typescript": "5.0.3", "uuid": "^9.0.1" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }