1 Star 14 Fork 0

诺墨 / Gitee Notifier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
诺墨 提交于 2020-06-21 22:08 . build: add build tools
{
"name": "gitee-notifier",
"description": "一个提供 Gitee 站内消息通知功能的插件",
"version": "0.1.3",
"author": "诺墨 <normal@normalcoder.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "webpack --config ./build/webpack.dev.conf.js --hide-modules",
"build": "node build/build.js",
"zip": "rm -rf extension.zip dist && node build/build.js && zip -q -r extension.zip dist",
"clear": "rm -rf chrome-ext.crx extension.zip dist"
},
"dependencies": {
"axios": "^0.19.2",
"vue": "^2.5.11",
"vue-router": "^3.1.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.13.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.0.5",
"crx-webpack-plugin": "^0.1.5",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"node-rsa": "^1.0.0",
"node-sass": "^4.9.0",
"request": "^2.82.0",
"sass-loader": "^6.0.6",
"url-loader": "^0.5.8",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"wcer": "^1.0.3",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.2"
}
}
JavaScript
1
https://gitee.com/normalcoder/gitee-notifier.git
git@gitee.com:normalcoder/gitee-notifier.git
normalcoder
gitee-notifier
Gitee Notifier
master

搜索帮助