chatbot-gooup1
Version:
A customizable React chatbot component with SCSS styling, speech recognition, and API integration
50 lines (49 loc) • 1.29 kB
JSON
{
"name": "chatbot-gooup1",
"version": "1.0.6",
"main": "dist/main.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack",
"prepublishOnly": "npm run build"
},
"author": "cnothder_10",
"license": "ISC",
"description": "A customizable React chatbot component with SCSS styling, speech recognition, and API integration",
"keywords": [
"react",
"chatbot",
"gooup1"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"lottie-react": "^2.4.0",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.8.0",
"rimraf": "^5.0.5",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"style-loader": "^3.3.4"
}
}