加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 822 Bytes
一键复制 编辑 原始数据 按行查看 历史
洛寒 提交于 2024-08-30 20:17 . 完善弹窗
{
"name": "chrome-plugin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"watch-build": "vite --watch build",
"preview": "vite preview"
},
"dependencies": {
"@types/node": "^22.5.1",
"chrome-plugin": "file:",
"element-plus": "^2.8.1",
"jquery": "^3.7.1",
"pinia": "^2.2.2",
"scss": "^0.2.4",
"vue": "^3.4.37",
"vue-router": "4"
},
"devDependencies": {
"@types/jquery": "^3.5.30",
"@vitejs/plugin-vue": "^5.1.2",
"chrome-types": "^0.1.301",
"rollup-plugin-copy": "^3.5.0",
"sass-embedded": "^1.77.8",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化