@mendable/search
Version:
A React component for integrating Mendable Search into your application.
127 lines (126 loc) • 3.81 kB
JSON
{
"name": "@mendable/search",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "0.0.206",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"start": "react-scripts start",
"build": "NODE_ENV=production react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"rollup": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"pre-publish": "npm run test",
"publish": "npm run pre-publish && npm run build && npm run rollup && npm publish --access public",
"publish-beta": "npm run pre-publish && npm run build && npm run rollup && npm publish --access public --tag beta",
"webpack-build": "webpack --config webpack.config.js"
},
"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"
]
},
"keywords": [
"mendable",
"chat-powered-search",
"ai docs",
"chat",
"chatgpt",
"developer",
"chatbot"
],
"peerDependencies": {
"react": "^17.x || ^18.x",
"react-dom": "^17.x || ^18.x"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@headlessui/react": "^1.7.11",
"@microsoft/fetch-event-source": "^2.0.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/crypto-js": "^4.2.1",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.12",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"classnames": "^2.3.2",
"crypto-js": "^4.2.0",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.1",
"postcss": "^8.4.21",
"postcss-loader": "~3.0.0",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.3.1",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^8.0.5",
"react-scripts": "5.0.1",
"remark-gfm": "^3.0.1",
"rollup": "^3.15.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.2.6",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"html-react-parser": "^4.2.0",
"posthog-js": "^1.45.1"
}
}