1 Star 0 Fork 0

heerzhang / react-toastnotes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-toastnotes",
"version": "3.4.1",
"description": "Flexible, easy to implement toast notifications for react",
"module": "esm/index.js",
"typings": "esm/index.d.ts",
"author": "heerzhang <herzhang@163.com>",
"homepage": "https://gitee.com/heerzhang/react-toastnotes",
"bugs": {
"url": "https://github.com/heerzhang/react-toastnotes/issues"
},
"maintainers": [
{
"name": "heerzhang",
"email": "herzhang@163.com"
}
],
"files": [
"esm"
],
"repository": {
"type": "git",
"url": "https://github.com/heerzhang/react-toastnotes.git"
},
"license": "MIT",
"sideEffects": false,
"scripts": {
"build-esm": "rimraf esm && tsc --outDir esm",
"prepublishOnly": "yarn run build-esm"
},
"dependencies": {
"@reach/alert": "0.18.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"react-spring": "^9.5.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"babel-loader": "^9.1.0",
"react-scripts": "^5.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"
},
"keywords": [
"react-component",
"toast",
"notifications"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/heerzhang/react-toastnotes.git
git@gitee.com:heerzhang/react-toastnotes.git
heerzhang
react-toastnotes
react-toastnotes
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891