is-mychatbot
Version:
Chatbot Widget 2.0
113 lines (112 loc) • 3.2 kB
JSON
{
"name": "is-mychatbot",
"version": "1.1.12",
"description": "Chatbot Widget 2.0",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"watch": "webpack --watch",
"build": "webpack --mode=production --node-env=production",
"build:prod": "webpack --mode=production --node-env=production",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:dev": "webpack --mode=development",
"serve": "webpack serve",
"prepublish": "rm -rf ./dist && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aayushj22/myChatBot.git"
},
"keywords": [
"React",
"Chat",
"Bot"
],
"author": "Aayush Jaiswal",
"license": "ISC",
"bugs": {
"url": "https://github.com/aayushj22/myChatBot/issues"
},
"homepage": "https://github.com/aayushj22/myChatBot#readme",
"dependencies": {
"@heroicons/react": "^2.0.13",
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.1.3",
"babel-preset-gatsby": "^3.7.0",
"framer-motion": "^7.6.5",
"nanoid": "^4.0.0",
"postcss-preset-env": "^7.8.2",
"react-markdown": "^8.0.3",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"remark-gfm": "^3.0.1",
"sass": "^1.58.3",
"styled-components": ">= 5.1"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"styled-components": ">= 5.1"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.14.0",
"@webpack-cli/generators": "^2.5.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"regenerator-runtime": "^0.13.10",
"style-loader": "^3.3.1",
"svg-url-loader": "^8.0.0",
"tailwindcss": "^3.2.3",
"terser-webpack-plugin": "^5.3.6",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^6.5.4"
}
}