UNPKG

@teamsparta/chat-ui

Version:
65 lines (64 loc) 1.46 kB
{ "name": "@teamsparta/chat-ui", "version": "1.3.14", "description": "simple chat-ui", "module": "dist/index.js", "main": "dist/index.js", "author": "JihiPark <jh.park@teamsparta.co>", "repository": { "type": "git", "url": "https://github.com/TeamSparta-Inc/chat-ui" }, "dependencies": { "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@teamsparta/design-system": "^2.3.5", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scripts": "^5.0.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files" }, "babel": { "presets": [ "@babel/preset-react" ] }, "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.10.5", "@babel/preset-react": "^7.10.4", "babel-plugin-styled-components": "^2.1.4" }, "keywords": [ "react", "chat", "chatting", "chatting ui" ], "license": "ISC" }