tool.xpcool.com/package.json

46 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",
"jszip": "^3.10.1",
"pinia": "^3.0.1",
"pinyin-pro": "^3.29.3",
"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"
}
}