UNPKG

quicky-react-messenger

Version:
62 lines (61 loc) 1.77 kB
{ "name": "quicky-react-messenger", "description": "Messanger chat application for react project", "author": "Chirag Gohel", "keywords": ["react", "components", "ui", "messanger", "chat"], "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/chiragempyreal/quick-chat-messanger.git" }, "version": "0.1.2", "private": false, "dependencies": { "@babel/polyfill": "^7.12.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "emoji-mart": "^3.0.0", "react": "^16.13.1", "react-autocomplete-input": "^1.0.18", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-flags-select": "^2.2.3", "react-lightgallery": "^0.9.0", "react-redux": "^7.2.1", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", "react-switch": "^5.0.1", "react-textarea-autosize": "^8.3.4", "serve": "^14.0.1" }, "scripts": { "start": "react-scripts start", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files", "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" ] }, "devDependencies": { "@babel/cli": "^7.21.5", "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4" } }