{ "name": "r2-web", "private": true, "version": "1.12.3", "type": "module", "packageManager": "pnpm@10.30.3", "author": "Viki (https://github.com/vikiboss)", "license": "MIT", "scripts": { "dev": "npx serve ./src -p 5500", "format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,css,md,html} --no-error-on-unmatched-pattern", "typecheck": "tsc --noEmit --project jsconfig.json", "release": "bumpp" }, "prettier": { "semi": false, "printWidth": 120, "singleQuote": true, "trailingComma": "all" }, "changelogithub": { "types": { "feat": { "title": "๐Ÿš€ ๆ–ฐๅŠŸ่ƒฝ" }, "fix": { "title": "๐Ÿž ้—ฎ้ข˜ไฟฎๅค" }, "perf": { "title": "๐ŸŽ ๆ€ง่ƒฝไผ˜ๅŒ–" }, "chore": { "title": "๐Ÿงน ๆ‚้กน" }, "style": { "title": "๐ŸŽจ ๆ ทๅผ" }, "refactor": { "title": "๐Ÿ”จ ้‡ๆž„" }, "docs": { "title": "๐Ÿ“š ๆ–‡ๆกฃ" }, "ci": { "title": "โš™๏ธ CI/CD" } } }, "dependencies": { "@jsquash/avif": "^2.1.1", "@jsquash/jpeg": "^1.6.0", "@jsquash/oxipng": "^2.3.0", "@jsquash/webp": "^1.5.0", "aws4fetch": "^1.0.20", "dayjs": "^1.11.19", "filesize": "^11.0.13", "qrcode": "^1.5.4" }, "devDependencies": { "@types/node": "^25.3.5", "bumpp": "^10.4.1", "changelogithub": "^14.0.0", "prettier": "^3.8.1", "serve": "^14.2.6", "typescript": "^5.9.3" } }