当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
224 Star 794 Fork 181

小弟调调 / iNotify
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2023-04-06 09:44 . chore(deps): update devDependencies.
{
"name": "@wcjiang/notify",
"version": "2.1.0",
"description": "JS achieve the browser title flashing , scrolling, voice prompts , chrome notice.",
"main": "index.js",
"module": "dist/notify.esm.js",
"unpkg": "dist/notify.js",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/iNotify.git"
},
"keywords": [
"inotify",
"notify",
"alert",
"notice",
"notification"
],
"author": "kenny wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/iNotify/issues"
},
"homepage": "http://jaywcjlove.github.io/iNotify",
"scripts": {
"build": "rollup -c rollup.config.mjs",
"watch": "rollup -c rollup.config.mjs -w",
"start": "kkt start --app-src ./website",
"doc": "kkt build --app-src ./website"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@kkt/less-modules": "^7.4.9",
"@kkt/raw-modules": "^7.4.9",
"@kkt/scope-plugin-options": "^7.4.9",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@uiw/react-github-corners": "^1.5.15",
"@uiw/react-markdown-preview": "^4.1.10",
"@wcj/dark-mode": "~1.0.15",
"bannerjs": "^3.0.1",
"classnames": "~2.3.2",
"kkt": "^7.4.9",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rollup": "^3.0.0",
"rollup-plugin-sizes": "~1.0.5"
}
}
JavaScript
1
https://gitee.com/jaywcjlove/iNotify.git
git@gitee.com:jaywcjlove/iNotify.git
jaywcjlove
iNotify
iNotify
master

搜索帮助