{ "name": "newsnow", "type": "module", "version": "0.0.12", "private": true, "packageManager": "pnpm@9.12.1", "author": { "url": "https://github.com/ourongxing/", "email": "orongxing@gmail.com", "name": "ourongxing" }, "homepage": "https://github.com/ourongxing/newsnow", "scripts": { "dev": "vite dev", "build": "vite build", "lint": "eslint", "source": "tsx ./scripts/favicon.ts && tsx ./scripts/pinyin.ts", "start": "node --env-file .env.server dist/output/server/index.mjs", "preview": "CF_PAGES=1 pnpm run build && wrangler pages dev", "deploy": "CF_PAGES=1 pnpm run build && wrangler pages deploy", "typecheck": "tsc --noEmit -p tsconfig.node.json && tsc --noEmit -p tsconfig.app.json", "release": "bumpp", "prepare": "simple-git-hooks", "log": "wrangler pages deployment tail --project-name newsnow", "test": "vitest -c vitest.config.ts" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@iconify-json/si": "^1.2.1", "@tanstack/react-query-devtools": "^5.59.9", "@tanstack/react-router": "^1.64.0", "@unocss/reset": "^0.63.4", "better-sqlite3": "^11.3.0", "cheerio": "^1.0.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "consola": "^3.2.3", "cookie-es": "^1.2.2", "dayjs": "1.11.13", "db0": "^0.2.1", "defu": "^6.1.4", "fast-xml-parser": "^4.5.0", "framer-motion": "^11.11.8", "h3": "^1.13.0", "iconv-lite": "^0.6.3", "jose": "^5.9.4", "jotai": "^2.10.0", "md5": "^2.3.0", "ofetch": "^1.4.1", "overlayscrollbars": "^2.10.0", "overlayscrollbars-react": "^0.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-use": "^17.5.1", "uncrypto": "^0.1.3", "zod": "^3.23.8" }, "devDependencies": { "@eslint-react/eslint-plugin": "^1.14.3", "@iconify-json/ph": "^1.2.1", "@napi-rs/pinyin": "^1.7.5", "@ourongxing/eslint-config": "3.2.3-beta.6", "@ourongxing/tsconfig": "^0.0.4", "@rollup/pluginutils": "^5.1.3", "@tanstack/react-query": "^5.59.9", "@tanstack/router-devtools": "^1.64.0", "@tanstack/router-plugin": "^1.64.0", "@types/md5": "^2.3.5", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@unocss/rule-utils": "^0.63.4", "@vitejs/plugin-react-swc": "^3.7.1", "bumpp": "^9.7.1", "dotenv": "^16.4.5", "eslint": "^9.12.0", "eslint-plugin-react-hooks": "^5.1.0-rc-77f43893-20241010", "eslint-plugin-react-refresh": "^0.4.12", "fast-glob": "^3.3.2", "favicons-scraper": "^1.3.2", "lint-staged": "^15.2.10", "mlly": "^1.7.2", "mockdate": "^3.0.5", "pnpm-patch-i": "^0.4.1", "rollup": "^4.24.0", "simple-git-hooks": "^2.11.1", "tsx": "^4.19.1", "typescript": "^5.6.3", "typescript-eslint": "^8.8.1", "unimport": "^3.13.1", "unocss": "^0.63.4", "vite": "^5.4.8", "vite-plugin-pwa": "^0.20.5", "vite-plugin-with-nitro": "0.0.3", "vitest": "^2.1.2", "workbox-window": "^7.1.0", "wrangler": "^3.80.3" }, "pnpm": { "patchedDependencies": { "dayjs": "patches/dayjs.patch" } }, "resolutions": { "dayjs": "1.11.13", "picomatch": "^4.0.0" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*": "eslint --fix" } }