12 Star 99 Fork 19

inu1255 / soulsign-chrome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.08 KB
一键复制 编辑 原始数据 按行查看 历史
inu1255 提交于 2021-02-08 22:42 . 优化自动更新
{
"name": "soulsign-chrome",
"version": "2.4.3",
"description": "魂签,一款用于自动签到的 chrome 插件",
"author": "inu1255 <inu1255@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"axios": "^0.19.0",
"compare-versions": "^3.6.0",
"element-ui": "^2.0.1",
"jszip": "^3.2.2",
"muse-ui": "^3.0.1",
"muse-ui-loading": "^0.2.0",
"muse-ui-message": "^0.2.1",
"muse-ui-progress": "^0.1.0",
"muse-ui-toast": "^0.3.0",
"vue": "^2.5.2",
"vue-clipboard2": "^0.3.1",
"vue-json-views": "^1.3.0",
"vue-meta": "^1.2.0",
"vue-pouch": "^0.0.22"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"start": "webpack --config ./core/webpack.dev.js --hide-modules",
"build": "webpack --config ./core/webpack.prod.js -p --progress --hide-modules --colors && rimraf build.zip && cd build && jszip-cli add --ignore .DS_Store ./ --output ../build.zip",
"build-update": "webpack --config ./core/webpack.prod.js -p --progress --hide-modules --colors && beu build http://soulsignchrome.inu1255.cn 5 && rimraf build.zip && cd build && jszip-cli add --ignore .DS_Store ./ --output ../build.zip"
},
"devDependencies": {
"@ffflorian/jszip-cli": "^3.1.0",
"@types/chrome": "0.0.91",
"archiver": "^2.1.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"beu": "^1.0.3",
"buble": "^0.16.0",
"buble-loader": "^0.4.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"cross-env": "^5.1.0",
"css-loader": "^0.28.7",
"enhanced-resolve": "^3.4.1",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^1.2.1",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"nodemon": "^1.12.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^3.0.2",
"url-loader": "^0.6.2",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.2",
"wcer": "^1.0.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.0",
"ws": "^3.2.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/inu1255/soulsign-chrome.git"
},
"keywords": [
"chrome",
"extension",
"cross",
"domain",
"automation"
],
"bugs": {
"url": "https://github.com/inu1255/soulsign-chrome/issues"
},
"homepage": "https://github.com/inu1255/soulsign-chrome#readme"
}
JavaScript
1
https://gitee.com/inu1255/soulsign-chrome.git
git@gitee.com:inu1255/soulsign-chrome.git
inu1255
soulsign-chrome
soulsign-chrome
master

搜索帮助