newsnow/package.json

74 lines
2.3 KiB
JSON
Raw Normal View History

2024-09-26 11:30:21 +08:00
{
2024-09-29 20:57:24 +08:00
"name": "newsnow",
2024-09-26 11:30:21 +08:00
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"scripts": {
"dev": "vite dev",
2024-10-03 17:46:33 +08:00
"build": "vite build",
2024-09-26 11:30:21 +08:00
"lint": "eslint .",
2024-10-01 00:08:07 +08:00
"favicon": "tsx ./scripts/favicon.ts",
2024-10-03 23:11:10 +08:00
"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",
2024-10-03 17:46:33 +08:00
"test": "vitest"
2024-09-26 11:30:21 +08:00
},
"dependencies": {
2024-09-29 20:57:24 +08:00
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
2024-09-26 11:30:21 +08:00
"@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",
2024-10-03 13:16:14 +08:00
"cheerio": "^1.0.0",
2024-09-29 20:57:24 +08:00
"clsx": "^2.1.1",
2024-10-05 23:56:10 +08:00
"consola": "^3.2.3",
2024-10-03 13:16:14 +08:00
"dayjs": "^1.11.13",
2024-10-03 23:11:10 +08:00
"db0": "npm:@ourongxing/db0@latest",
2024-10-03 13:16:14 +08:00
"fast-xml-parser": "^4.5.0",
2024-10-01 00:08:07 +08:00
"favicons-scraper": "^1.3.2",
2024-10-03 13:16:14 +08:00
"iconv-lite": "^0.6.3",
2024-09-26 11:30:21 +08:00
"jotai": "^2.10.0",
2024-10-03 23:11:10 +08:00
"libsql": "^0.4.5",
2024-10-02 11:01:02 +08:00
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
2024-09-26 11:30:21 +08:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-09-29 20:57:24 +08:00
"react-intersection-observer": "^9.13.1",
2024-09-26 11:30:21 +08:00
"react-use": "^17.5.1",
2024-09-26 19:16:42 +08:00
"zod": "^3.23.8"
2024-09-26 11:30:21 +08:00
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.14.2",
2024-09-26 19:16:42 +08:00
"@iconify-json/ph": "^1.2.0",
2024-09-26 11:30:21 +08:00
"@ourongxing/eslint-config": "3.2.3-beta.4",
2024-09-26 19:16:42 +08:00
"@ourongxing/tsconfig": "^0.0.4",
2024-09-26 11:30:21 +08:00
"@tanstack/router-plugin": "^1.58.10",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-778e1ed2-20240926",
"eslint-plugin-react-refresh": "^0.4.12",
"nitropack": "^2.9.7",
2024-10-03 17:46:33 +08:00
"ofetch": "^1.4.0",
2024-10-01 00:08:07 +08:00
"tsx": "^4.19.1",
2024-09-26 11:30:21 +08:00
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"unocss": "^0.62.4",
"vite": "^5.4.8",
2024-09-29 20:57:24 +08:00
"vite-plugin-with-nitro": "0.0.0-beta.4",
"vite-tsconfig-paths": "^5.0.1",
2024-10-03 17:24:29 +08:00
"vitest": "^2.1.1",
"wrangler": "^3.79.0"
2024-10-03 23:11:10 +08:00
},
"pnpm": {
"overrides": {
"db0": "npm:@ourongxing/db0@latest"
}
2024-09-26 11:30:21 +08:00
}
}