Files
ToolBox/package.json
T
renjue 11e1b3ca3b
CI / docker (push) Failing after 11s
初始化 ToolBox 开发者工具箱。
包含 JSON 格式化、文本/JSON 对比、编解码、变量名转换、二维码、时间戳与颜色转换等工具;修复编辑器行号同步;补充 Vitest 单元测试、Docker 部署与 Gitea CI;完善开源文档;支持通过环境变量配置站点标题、备案号及第三方集成。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 15:11:05 +08:00

41 lines
998 B
JSON

{
"name": "toolbox",
"version": "1.0.0",
"description": "A Vue-based online toolbox: JSON, diff, encode/decode, and more",
"license": "MIT",
"type": "module",
"author": "renjue <xufeng3@xiaohongshu.com>",
"repository": {
"type": "git",
"url": "https://git.rc707blog.top/rose_cat707/ToolBox.git"
},
"homepage": "https://git.rc707blog.top/rose_cat707/ToolBox",
"bugs": {
"url": "https://git.rc707blog.top/rose_cat707/ToolBox/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"fflate": "^0.8.2",
"qrcode": "^1.5.4",
"vue": "^3.4.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-v8": "^4.1.9",
"jsdom": "^29.1.1",
"vite": "^5.0.0",
"vitest": "^4.1.9"
},
"engines": {
"node": ">=18.0.0"
}
}