forked from ourongxing/newsnow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 3.97 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 3.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "newsnow",
"type": "module",
"version": "0.0.30",
"private": true,
"packageManager": "pnpm@10.5.2",
"author": {
"url": "https://github.com/ourongxing/",
"email": "orongxing@gmail.com",
"name": "ourongxing"
},
"homepage": "https://github.com/ourongxing/newsnow",
"scripts": {
"dev": "npm run presource && vite dev",
"build": "npm run presource && vite build",
"lint": "eslint",
"presource": "tsx ./scripts/favicon.ts && tsx ./scripts/source.ts",
"start": "node --env-file .env.server dist/output/server/index.mjs",
"preview": "cross-env CF_PAGES=1 npm run build && wrangler pages dev dist/output/public",
"deploy": "cross-env CF_PAGES=1 npm run build && wrangler pages deploy dist/output/public",
"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": {
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/si": "^1.2.3",
"@modelcontextprotocol/sdk": "^1.11.0",
"@tanstack/react-query-devtools": "^5.66.11",
"@tanstack/react-router": "^1.112.0",
"@unocss/reset": "^66.0.0",
"ahooks": "^3.8.4",
"better-sqlite3": "^11.10.0",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"consola": "^3.4.0",
"cookie-es": "^2.0.0",
"dayjs": "1.11.13",
"db0": "^0.3.1",
"defu": "^6.1.4",
"fast-xml-parser": "^5.0.8",
"framer-motion": "^12.4.7",
"h3": "^1.15.1",
"iconv-lite": "^0.6.3",
"jose": "^6.0.8",
"jotai": "^2.12.1",
"md5": "^2.3.0",
"ofetch": "^1.4.1",
"overlayscrollbars": "^2.11.1",
"pnpm": "^10.5.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-use": "^17.6.0",
"uncrypto": "^0.1.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.29.0",
"@iconify-json/ph": "^1.2.2",
"@napi-rs/pinyin": "^1.7.5",
"@ourongxing/eslint-config": "3.2.3-beta.6",
"@ourongxing/tsconfig": "^0.0.4",
"@rollup/pluginutils": "^5.1.4",
"@tanstack/react-query": "^5.66.11",
"@tanstack/router-devtools": "^1.112.0",
"@tanstack/router-plugin": "^1.112.0",
"@types/md5": "^2.3.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@unocss/rule-utils": "^66.0.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"bumpp": "^10.0.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"fast-glob": "^3.3.3",
"favicons-scraper": "^1.3.2",
"lint-staged": "^15.4.3",
"mlly": "^1.7.4",
"mockdate": "^3.0.5",
"pnpm-patch-i": "^0.4.1",
"rollup": "^4.34.8",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0",
"unimport": "^4.1.2",
"unocss": "^66.0.0",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-with-nitro": "0.0.3",
"vitest": "^3.0.7",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0",
"wrangler": "4.14.1"
},
"pnpm": {
"patchedDependencies": {
"dayjs": "patches/dayjs.patch"
},
"onlyBuiltDependencies": [
"@napi-rs/pinyin",
"@parcel/watcher",
"@swc/core",
"esbuild",
"better-sqlite3",
"sharp",
"simple-git-hooks",
"unrs-resolver",
"workerd"
]
},
"resolutions": {
"cross-spawn": ">=7.0.6",
"dayjs": "1.11.13",
"nitropack": "npm:nitro-go@0.0.3",
"picomatch": "^4.0.2",
"react": "^19",
"db0": "^0.3.1",
"vite": "^6"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}