UNPKG

@open-chat/search-widget

Version:

search widget now becomes pacakge.

84 lines (83 loc) 2.34 kB
{ "name": "@open-chat/search-widget", "private": false, "version": "0.3.2", "type": "module", "license": "UNLICENSED", "main": "./dist/umd/index.js", "module": "./dist/es/index.js", "types": "./dist/types/lib/index.d.ts", "exports": { ".": { "types": "./dist/types/lib/index.d.ts", "require": "./dist/cjs/index.js", "import": "./dist/es/index.js", "default": "./dist/es/index.js" }, "./dist/style.css": "./dist/style.css" }, "files": [ "dist" ], "scripts": { "dev": "vite", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "build:lib": "rimraf dist/ && tsc && vite build -c vite.config.lib.ts", "build": "tsc && vite build -c vite.config.ts", "publish:lib": "npm run build:lib && changeset publish", "cs": "yarn changeset", "cs:v": "yarn changeset version" }, "keywords": [ "openchat", "open-chat", "chat-powered-search", "ai docs", "chat", "chatgpt", "developer", "chatbot" ], "dependencies": { "react": "^18.x", "react-dom": "^18.2.0" }, "peerDependencies": { "react": "^18.x", "react-dom": "^18.2.0" }, "devDependencies": { "@changesets/cli": "^2.26.2", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-toggle-group": "^1.0.4", "@tailwindcss/typography": "^0.5.9", "@types/node": "^20.4.5", "@types/react": "^18.0.37", "@types/react-dom": "^18.0.11", "@types/react-syntax-highlighter": "^15.5.7", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0", "@vitejs/plugin-react": "^4.0.0", "autoprefixer": "^10.4.14", "axios": "^1.4.0", "classnames": "^2.3.2", "eslint": "^8.38.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "postcss": "^8.4.24", "react-hotkeys-hook": "^4.4.0", "react-icons": "^4.9.0", "react-loader-spinner": "^5.3.4", "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "react-textarea-autosize": "^8.5.2", "remark-gfm": "^3.0.1", "rimraf": "^5.0.1", "tailwind-scrollbar": "^3.0.4", "tailwindcss": "^3.3.2", "typescript": "^5.0.2", "vite": "^4.3.9", "vite-plugin-dts": "^3.4.0" } }