1 Star 0 Fork 3

LstHeart/Whistle chrome 第三方插件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
LstHeart 提交于 2024-08-14 13:59 . 移除代理配置
{
"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"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dengnianxiang/whistle-rules-plugin.git
git@gitee.com:dengnianxiang/whistle-rules-plugin.git
dengnianxiang
whistle-rules-plugin
Whistle chrome 第三方插件
no-proxy

搜索帮助