{ "name": "newsnow", "type": "module", "version": "0.0.1", "private": true, "packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", "scripts": { "dev": "vite dev", "build": "vite build", "lint": "eslint", "favicon": "tsx ./scripts/favicon.ts", "start": "PORT=4444 node 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", "release": "bumpp", "prepare": "simple-git-hooks", "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", "@tanstack/react-query": "^5.56.2", "@tanstack/react-query-devtools": "^5.58.0", "@tanstack/react-router": "^1.58.9", "@tanstack/router-devtools": "^1.58.9", "@unocss/reset": "^0.62.4", "cheerio": "^1.0.0", "clsx": "^2.1.1", "consola": "^3.2.3", "dayjs": "1.11.13", "db0": "npm:@ourongxing/db0@latest", "fast-xml-parser": "^4.5.0", "favicons-scraper": "^1.3.2", "h3": "^1.13.0", "iconv-lite": "^0.6.3", "jotai": "^2.10.0", "libsql": "^0.4.5", "md5": "^2.3.0", "ofetch": "^1.4.0", "overlayscrollbars": "^2.10.0", "overlayscrollbars-react": "^0.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-intersection-observer": "^9.13.1", "react-use": "^17.5.1", "zod": "^3.23.8" }, "devDependencies": { "@eslint-react/eslint-plugin": "^1.14.2", "@iconify-json/ph": "^1.2.0", "@ourongxing/eslint-config": "3.2.3-beta.4", "@ourongxing/tsconfig": "^0.0.4", "@tanstack/router-plugin": "^1.58.10", "@types/md5": "^2.3.5", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.7.0", "bumpp": "^9.6.1", "eslint": "^9.11.1", "eslint-plugin-react-hooks": "^5.1.0-rc-778e1ed2-20240926", "eslint-plugin-react-refresh": "^0.4.12", "lint-staged": "^15.2.10", "mlly": "^1.7.2", "mockdate": "^3.0.5", "nitropack": "^2.9.7", "simple-git-hooks": "^2.11.1", "tsx": "^4.19.1", "typescript": "^5.6.2", "typescript-eslint": "^8.7.0", "unocss": "^0.62.4", "unplugin-auto-import": "^0.18.3", "vite": "^5.4.8", "vite-plugin-with-nitro": "0.0.0-beta.4", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.1.1", "wrangler": "^3.79.0" }, "pnpm": { "patchedDependencies": { "dayjs": "patches/dayjs.patch" } }, "resolutions": { "dayjs": "1.11.13", "db0": "npm:@ourongxing/db0@latest" }, "simple-git-hooks": { "pre-commit": "npx lint-staged" }, "lint-staged": { "*": "eslint --fix" } }