mirror of
https://github.com/readest/readest
synced 2026-04-21 13:37:44 +00:00
* added current time to desktop bar * added time prototype to footer, needs code cleanup and settings toggle * fixed settings toggle, added translations and code cleanup * added battery support and moved Statusbar to own Component * #3306 added 24 hour clock support * refactored code styling and getting rid of any type in battery hook * Add battery info for Tauri Apps --------- Co-authored-by: Huang Xin <chrox.huang@gmail.com>
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "@readest/monorepo",
|
|
"private": true,
|
|
"repository": "readest/readest",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"tauri": "pnpm --filter @readest/readest-app tauri",
|
|
"dev-web": "pnpm --filter @readest/readest-app dev-web",
|
|
"prepare": "husky",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\"",
|
|
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}\""
|
|
},
|
|
"packageManager": "pnpm@10.30.3",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.9.1",
|
|
"@sindresorhus/tsconfig": "^6.0.0",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"typescript": "^5"
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{js,jsx,ts,tsx,css,json,md,html,yml}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"glob": ">=11.1.0",
|
|
"jws": ">=4.0.1",
|
|
"vite": ">=7.3.1",
|
|
"rollup": ">=4.59.0",
|
|
"body-parser": ">=2.2.1",
|
|
"serialize-javascript": ">=7.0.3",
|
|
"fast-xml-parser": ">=5.3.8",
|
|
"@babel/runtime": ">=7.26.10",
|
|
"@babel/helpers": ">=7.26.10",
|
|
"mdast-util-gfm-autolink-literal": "2.0.1",
|
|
"@ai-sdk/provider-utils": "4.0.8"
|
|
},
|
|
"patchedDependencies": {
|
|
"mdast-util-gfm-autolink-literal@2.0.1": "patches/mdast-util-gfm-autolink-literal@2.0.1.patch",
|
|
"@ai-sdk/provider-utils@4.0.8": "patches/@ai-sdk__provider-utils@4.0.8.patch"
|
|
}
|
|
}
|
|
}
|