UNPKG

chatbot-frontend-package

Version:
127 lines (126 loc) 3.56 kB
{ "name": "chatbot-frontend-package", "description": "AI chatbot frontend package of Offshorly", "version": "1.3.0", "private": false, "source": "src/index.tsx", "types": "./dist/index.d.ts", "style": "./dist/index.css", "exports": { ".": { "require": "./dist/chatbot-frontend-package.cjs", "import": "./dist/chatbot-frontend-package.module.js", "types": "./dist/index.d.ts", "style": "./dist/chatbot-frontend-package.css", "default": "./dist/chatbot-frontend-package.module.js" }, "./dist/chatbot-frontend-package.css": "./dist/chatbot-frontend-package.css" }, "main": "./dist/chatbot-frontend-package.cjs", "module": "./dist/chatbot-frontend-package.module.js", "files": [ "./dist" ], "repositoryUrl": "https://github.com/dev-offshorly/chatbot-frontend-package", "repository": { "type": "git", "url": "https://github.com/dev-offshorly/chatbot-frontend-package" }, "keywords": [ "offshorly", "AI", "chatbot" ], "author": "offshorlydev", "license": "ISC", "bugs": { "url": "https://github.com/dev-offshorly/chatbot-frontend-package/issues" }, "homepage": "https://github.com/dev-offshorly/chatbot-frontend-package", "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@emotion/is-prop-valid": "^1.2.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^11.0.3", "@tanstack/react-query": "^4.29.19", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/axios": "^0.14.0", "@types/jest": "^27.5.2", "@types/node": "^16.18.86", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "aws-amplify": "^5.3.15", "axios": "^1.6.7", "class-variance-authority": "^0.7.0", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "framer-motion": "^11.0.3", "jspdf": "^2.5.1", "lucide-react": "^0.350.0", "microbundle": "^0.15.1", "radix-ui": "^1.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "react-toastify": "^10.0.4", "semantic-release": "^23.0.2", "tailwind-merge": "^2.2.1", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "scripts": { "build": "microbundle --jsx React.createElement --format esm,cjs", "dev": "microbundle watch", "test": "react-scripts test --passWithNoTests", "commit": "git-cz", "semantic-release": "semantic-release --branches main" }, "release": { "branches": [ "main" ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github" ] }, "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" ] }, "publishConfig": { "access": "public" } }