6a3848ecb5
Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
984 B
JSON
41 lines
984 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": "rc_707@outlook.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"
|
|
}
|
|
}
|