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

xuyongbin / iNotify
暂停

forked from 小弟调调 / iNotify
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2019-03-08 22:58 . Update dependencies.
{
"name": "@wcjiang/notify",
"version": "2.0.12",
"description": "JS achieve the browser title flashing , scrolling, voice prompts , chrome notice.",
"main": "index.js",
"module": "dist/notify.esm.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": "node scripts/build.js",
"watch": "node scripts/watch.js",
"deploy": "npm run doc:build && gh-pages -d build",
"doc": "npm run doc:dev",
"doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/ --no-cache",
"doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/ --public-url ./ --no-cache"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.2.0",
"autoprefixer": "^8.6.5",
"babel-eslint": "^8.2.6",
"bannerjs": "^1.0.5",
"classnames": "^2.2.6",
"colors-cli": "^1.0.17",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"gh-pages": "^1.2.0",
"highlight.js": "^9.12.0",
"less": "^3.7.1",
"parcel-bundler": "^1.12.0",
"parcel-plugin-markdown-string": "^1.3.2",
"postcss-modules": "^1.1.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-markdown": "^3.3.4",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"uglify-js": "^3.4.4",
"zlib": "^1.0.5"
},
"dependencies": {}
}
JavaScript
1
https://gitee.com/xyb_code/iNotify.git
git@gitee.com:xyb_code/iNotify.git
xyb_code
iNotify
iNotify
master

搜索帮助