@botonic/react
Version:
Build Chatbots using React
95 lines (94 loc) • 3.06 kB
JSON
{
"name": "@botonic/react",
"version": "0.23.3",
"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 --env=jsdom",
"test": "./node_modules/.bin/jest --env=jsdom --coverage",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "npm run clean; npm run build; npm run copy-files;",
"prepare": "node ../../preinstall.js;",
"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_ci": "npm run lint_core",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '.*.js' '*.js' 'src/**/*.js*' --fix"
},
"sideEffects": [
"*.scss",
"*.css",
"*.sass"
],
"author": "",
"files": [
"src/**",
"lib/**",
"index.d.ts",
"MIGRATION_GUIDE.md",
"README.md"
],
"dependencies": {
"@botonic/core": "0.23.1",
"axios": "^1.4.0",
"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-reveal": "^1.2.2",
"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/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@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.43",
"babel-plugin-add-module-exports": "^1.0.4",
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react-test-renderer": "^16.14.0",
"ts-jest": "^29.1.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"bot-framework",
"chatbot",
"conversational-app",
"conversational-ui",
"javascript",
"react"
]
}