@botonic/react
Version:
Build Chatbots using React
87 lines (86 loc) • 2.82 kB
JSON
{
"name": "@botonic/react",
"version": "0.28.1",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs",
"module": "./lib/esm",
"types": "./lib/cjs/index.d.ts",
"scripts": {
"test:no-coverage": "../../node_modules/.bin/jest -c ./jest.config.js",
"test": "../../node_modules/.bin/jest -c ./jest.config.js --coverage",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "npm run clean; npm i; npm run build; npm run copy-files;",
"clean": "rm -rf ./lib/",
"copy-files": "copyfiles -u 1 src/**/*.svg src/**/*.png src/**/*.scss src/**/*.html lib/esm/; copyfiles -u 1 src/**/*.svg src/**/*.png src/**/*.scss src/**/*.html lib/cjs/;",
"build": "../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build:watch": "npm run build -- --watch",
"prettier": "../../node_modules/.bin/prettier --no-error-on-unmatched-pattern --write '**/*.md' '**/*.css' '.*.js' '*.js{,on}'",
"lint": "npm run prettier; npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '.*.js' '*.js' 'src/**/*.js*' --fix"
},
"dependencies": {
"@botonic/core": "^0.28.1",
"axios": "^1.7.2",
"emoji-picker-react": "^4.4.9",
"framer-motion": "^3.1.1",
"he": "^1.2.0",
"lodash.merge": "^4.6.2",
"markdown-it": "^12.0.6",
"qrcode.react": "^1.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-frame-component": "^4.1.3",
"react-json-tree": "^0.15.0",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^7.1.2",
"reconnecting-websocket": "^4.4.0",
"simplebar-react": "^2.4.3",
"styled-components": "^5.3.0",
"ua-parser-js": "^0.8.1",
"unescape": "^1.0.1",
"use-async-effect": "^2.2.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.1",
"@types/parse5": "^7.0.0",
"@types/react": "^16.14.56",
"@types/react-frame-component": "^4.1.6",
"@types/styled-components": "^5.1.34",
"babel-plugin-add-module-exports": "^1.0.4",
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"intersection-observer": "^0.12.2",
"react-test-renderer": "^16.14.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=20.0.0"
},
"sideEffects": [
"*.scss",
"*.css",
"*.sass"
],
"author": "",
"files": [
"src/**",
"lib/**",
"index.d.ts",
"MIGRATION_GUIDE.md",
"README.md"
],
"keywords": [
"bot-framework",
"chatbot",
"conversational-app",
"conversational-ui",
"javascript",
"react"
]
}