UNPKG

@wulperstudio/chat

Version:
84 lines (83 loc) 2.53 kB
{ "name": "@wulperstudio/chat", "version": "0.0.53-beta", "license": "0BSD", "author": "Wulper Studio Co.", "private": false, "description": "Wulper Studio Chat Library", "module": "index.js", "types": "index.d.ts", "scripts": { "dev": "vite --host=0.0.0.0", "build:vite": "tsc && vite build", "serve": "vite preview --host=0.0.0.0", "build": "yarn lib:build:esm && cp package.json dist", "lib:build:all": "yarn lib:build:esm && yarn lib:build:cjs", "lib:build:esm": "tsc --project tsconfig.production.json", "lib:build:cjs": "tsc --project tsconfig.production.json --module commonjs --outDir dist/cjs", "lib:build:web": "webpack" }, "dependencies": { "@date-io/date-fns": "^1.3.13", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@iconify/react": "^3.1.0", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", "@material-ui/pickers": "^3.3.10", "@material-ui/styled-engine-sc": "^5.0.0-alpha.11", "@material-ui/styles": "^4.11.4", "@mui/icons-material": "^5.0.0", "@mui/material": "^5.0.0-rc.1", "@wulperstudio/cms": "0.0.127-beta", "buffer": "^6.0.3", "clsx": "^1.1.1", "date-fns": "^2.24.0", "moment": "^2.29.1", "objectid": "^3.2.1", "react": "^17.0.0", "react-beautiful-dnd": "^13.1.0", "react-dom": "^17.0.0", "react-hook-form": "^7.22.1", "react-router-dom": "^6.2.1", "socket.io-client": "^4.2.0", "styled-components": "^5.3.1", "uuid": "^8.3.2" }, "devDependencies": { "@types/node": "^16.10.5", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-router-dom": "^5.1.9", "@types/styled-components": "^5.1.14", "@types/uuid": "^8.3.1", "@vitejs/plugin-react-refresh": "^1.3.1", "awesome-typescript-loader": "^5.2.1", "bson": "^4.5.3", "dotenv": "^10.0.0", "ts-loader": "^9.2.6", "typescript": "^4.3.2", "uglifyjs-webpack-plugin": "^2.2.0", "vite": "^2.5.4", "webpack": "^5.59.1", "webpack-cli": "^4.9.1" }, "repository": { "type": "git", "url": "git+https://github.com/WulperStudio/wulper-studio-chat-lib.git" }, "bugs": { "url": "https://github.com/WulperStudio/wulper-studio-chat-lib/issues" }, "homepage": "https://github.com/WulperStudio/wulper-studio-chat-lib#readme", "keywords": [ "node", "react", "socket", "library", "components", "web", "chat" ] }