botframework-webchat-component
Version:
React component of botframework-webchat
77 lines (76 loc) • 2.75 kB
JSON
{
"name": "botframework-webchat-component",
"version": "4.12.1",
"description": "React component of botframework-webchat",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/BotFramework-WebChat.git"
},
"bugs": {
"url": "https://github.com/microsoft/BotFramework-WebChat/issues"
},
"homepage": "https://github.com/microsoft/BotFramework-WebChat/tree/master/packages/component#readme",
"scripts": {
"build": "npm run build:typescript && npm run build:babel",
"build:babel": "babel src --copy-files --extensions .js,.ts,.tsx --ignore **/*.spec.js,**/*.spec.ts,**/*.spec.tsx,**/*.test.js,**/*.test.ts,**/*.test.tsx,__tests__/**/*.js,__tests__/**/*.ts,__tests__/**/*.tsx --no-copy-ignored --out-dir lib --verbose",
"build:typescript": "tsc --project src/tsconfig.json",
"eslint": "eslint src/**/*.js src/**/*.ts --fix",
"prestart": "npm run build:babel",
"start": "concurrently --kill-others --names \"babel,tsc\" \"npm run start:babel\" \"npm run start:typescript\"",
"start:babel": "npm run build:babel -- --skip-initial-build --watch",
"start:typescript": "npm run build:typescript -- --watch"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.12.1",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"concurrently": "^5.3.0",
"core-js": "^3.6.5",
"eslint": "^7.12.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"node-dev": "^6.2.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5"
},
"dependencies": {
"base64-js": "1.3.1",
"botframework-webchat-api": "4.12.1",
"botframework-webchat-core": "4.12.1",
"classnames": "2.2.6",
"create-emotion": "10.0.27",
"event-target-shim": "5.0.1",
"event-target-shim-es5": "1.2.0",
"markdown-it": "12.0.2",
"math-random": "2.0.1",
"memoize-one": "5.1.1",
"prop-types": "15.7.2",
"react-dictate-button": "1.2.3-master.6b4fe72",
"react-film": "3.0.0",
"react-redux": "7.2.2",
"react-say": "2.0.2-master.ee7cd76",
"react-scroll-to-bottom": "4.1.0",
"redux": "4.0.5",
"remark": "10.0.1",
"sanitize-html": "1.27.5",
"simple-update-in": "2.2.0",
"strip-markdown": "3.0.4"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
}
}