4 Star 9 Fork 3

Nick Zhang / Whistle chrome 第三方插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "whistle-plugin",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "npm run build:view && npm run build:background",
"build:view": "vite build -m production --emptyOutDir",
"build:background": "vite build -m production --config vite.config.background.js",
"watch": "concurrently 'npm run watch:view' 'npm run watch:background'",
"watch:view": "vite build -w -m development",
"watch:background": "vite build -w -m development --config vite.config.background.js"
},
"packageManager": "yarn@1.22.19",
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^9.13.0",
"clipboard": "^2.0.11",
"element-plus": "^2.3.1",
"qs": "^6.11.1",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"concurrently": "^7.6.0",
"sass": "^1.59.3",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
JavaScript
1
https://gitee.com/thesadboy/whistle-rules-plugin.git
git@gitee.com:thesadboy/whistle-rules-plugin.git
thesadboy
whistle-rules-plugin
Whistle chrome 第三方插件
master

搜索帮助