1 Star 0 Fork 114

艾伦/react-jwchat

forked from SiroSong/react-jwchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
SiroSong 提交于 2022-03-12 18:43 . up
{
"name": "react-jwchat",
"version": "1.2.1",
"description": "This is an easy-to-use web chat component, based on react.",
"main": "lib/index.js",
"types": "lib/types/src/components/index.d.ts",
"scripts": {
"tsc": "tsc",
"start": "rollup -c ./config/rollup.config.dev.ts -w",
"build": "rollup -c ./config/rollup.config.prod.ts && tsc",
"pub": "npm run build && npm publish"
},
"author": "SiroSong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitee.com/wx_504ae56474/react-jwchat"
},
"keywords": [
"react",
"chat",
"UI",
"聊天"
],
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@types/md5": "^2.3.1",
"@types/react": "^17.0.27",
"postcss": "^8.3.9",
"prop-types": "^15.7.2",
"rollup": "^2.58.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.3"
},
"dependencies": {
"dayjs": "^1.10.7",
"md5": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/aaronjs/react-jwchat.git
[email protected]:aaronjs/react-jwchat.git
aaronjs
react-jwchat
react-jwchat
main

搜索帮助