newsnow/package.json

103 lines
3.0 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",
2024-10-08 21:11:06 +08:00
"version": "0.0.1",
2024-09-26 11:30:21 +08:00
"private": true,
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
2024-10-11 01:45:42 +08:00
"author": {
"url": "https://github.com/ourongxing/",
"email": "orongxing@gmail.com",
"name": "Ou Rongxing"
},
"homepage": "https://github.com/ourongxing/newsnow",
2024-09-26 11:30:21 +08:00
"scripts": {
"dev": "vite dev",
2024-10-03 17:46:33 +08:00
"build": "vite build",
2024-10-08 21:11:06 +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-08 21:11:06 +08:00
"release": "bumpp",
"prepare": "simple-git-hooks",
2024-10-09 02:54:11 +08:00
"test": "vitest -c vitest.config.ts"
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-devtools": "^5.58.0",
"@tanstack/react-router": "^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-09 15:29:39 +08:00
"dayjs": "1.11.13",
2024-10-03 23:11:10 +08:00
"db0": "npm:@ourongxing/db0@latest",
2024-10-10 21:32:13 +08:00
"defu": "^6.1.4",
2024-10-03 13:16:14 +08:00
"fast-xml-parser": "^4.5.0",
2024-10-10 00:29:59 +08:00
"framer-motion": "^11.11.5",
2024-10-09 02:54:11 +08:00
"h3": "^1.13.0",
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-09 02:54:11 +08:00
"md5": "^2.3.0",
2024-10-08 21:11:06 +08:00
"ofetch": "^1.4.0",
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-10-11 18:47:27 +08:00
"@tanstack/react-query": "^5.56.2",
"@tanstack/router-devtools": "^1.58.9",
2024-09-26 11:30:21 +08:00
"@tanstack/router-plugin": "^1.58.10",
2024-10-09 02:54:11 +08:00
"@types/md5": "^2.3.5",
2024-09-26 11:30:21 +08:00
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
2024-10-08 21:11:06 +08:00
"bumpp": "^9.6.1",
2024-09-26 11:30:21 +08:00
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-778e1ed2-20240926",
"eslint-plugin-react-refresh": "^0.4.12",
2024-10-11 18:47:27 +08:00
"favicons-scraper": "^1.3.2",
2024-10-08 21:11:06 +08:00
"lint-staged": "^15.2.10",
2024-10-09 02:54:11 +08:00
"mlly": "^1.7.2",
2024-10-09 15:29:39 +08:00
"mockdate": "^3.0.5",
2024-09-26 11:30:21 +08:00
"nitropack": "^2.9.7",
2024-10-08 21:11:06 +08:00
"simple-git-hooks": "^2.11.1",
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",
2024-10-09 02:54:11 +08:00
"unplugin-auto-import": "^0.18.3",
2024-09-26 11:30:21 +08:00
"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
},
2024-10-09 15:29:39 +08:00
"pnpm": {
"patchedDependencies": {
"dayjs": "patches/dayjs.patch"
}
},
2024-10-08 21:11:06 +08:00
"resolutions": {
2024-10-09 15:29:39 +08:00
"dayjs": "1.11.13",
2024-10-08 21:11:06 +08:00
"db0": "npm:@ourongxing/db0@latest"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
2024-09-26 11:30:21 +08:00
}
}