Skip to content
Snippets Groups Projects
Unverified Commit 8fe4a546 authored by Avanish Singh's avatar Avanish Singh Committed by GitHub
Browse files

Delete frontend-react/package.json

parent b22e19b3
No related branches found
No related tags found
No related merge requests found
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"react": "^16.12.0",
"react-chat-window": "^1.2.1",
"react-dom": "^16.12.0",
"react-scripts": "^5.0.1",
"socket.io-client": "^2.3.0"
},
"scripts": {
"start": "SET PORT=5000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment