tool.xpcool.com/package.json
夏犀麟 e3c1534263 feat: 初始化纯前端在线工具站
- Vite + Vue3 + Pinia + TypeScript + UnoCSS + TDesign 技术栈
- 左侧固定导航 + 暗黑/浅色主题 + PC/移动端响应式布局
- 14 个工具:图片压缩/裁剪、二维码、JSON、时间戳、Base64、
  JWT、Cron、进制转换、哈希、身份证、地址解析、URL 解析、OCR
- 本地历史记录(localStorage)与通用复制/下载/错误提示组件
- 所有文件处理均在浏览器本地完成,不上传服务器
2026-08-21 12:15:33 +08:00

44 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "tool.xpcool.com",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "纯前端在线工具站Vite + Vue3 + Pinia + TypeScript + UnoCSS + TDesign所有数据在浏览器本地处理",
"packageManager": "pnpm@10.12.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit -p tsconfig.json && vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"browser-image-compression": "^2.0.2",
"cron-parser": "^4.9.0",
"cropperjs": "^1.6.2",
"jsqr": "^1.4.0",
"pinia": "^3.0.1",
"qrcode": "^1.5.4",
"spark-md5": "^3.0.2",
"tdesign-icons-vue-next": "^0.3.4",
"tdesign-vue-next": "^1.10.6",
"tesseract.js": "^5.1.1",
"tesseract.js-core": "^5.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/qrcode": "^1.5.5",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.83.0",
"typescript": "~5.7.2",
"unocss": "^0.65.4",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
},
"engines": {
"node": ">=18.0.0"
}
}