forked from KunMoe/kun-galgame-patch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
219 lines (219 loc) · 6.67 KB
/
Copy pathpackage.json
File metadata and controls
219 lines (219 loc) · 6.67 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"name": "kun-galgame-patch-next",
"version": "1.0.7",
"description": "The most advanced visual novel patch resource website in the world at the moment! Free forever! 鲲 Galgame 补丁是一个开源, 免费, 零门槛, 纯手写, 最先进的 Galgame 补丁资源下载站",
"private": true,
"type": "module",
"scripts": {
"dev": "nodemon --exec esno server.ts",
"build:next": "next build",
"build:server": "tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
"build:sitemap": "esno scripts/generateKunSitemap.ts",
"build": "pnpm build:next && pnpm build:server",
"preview": "node .next/server/server.js",
"postbuild": "pnpm build:sitemap",
"format": "prettier . --write",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit",
"prisma:push": "pnpm prisma db push",
"prisma:generate": "pnpm prisma generate",
"up": "pnpm update --latest && pnpm prisma:generate",
"start": "pm2 start ecosystem.config.cjs",
"stop": "pm2 delete kun-visual-novel-patch",
"deploy:install": "esno scripts/deployInstall.ts",
"deploy:build": "esno scripts/deployBuild.ts"
},
"author": {
"name": "KUN1007",
"email": "kun@kungal.com",
"url": "https://github.com/KUN1007"
},
"license": "AGPL-3.0-only",
"homepage": "https://www.moyu.moe",
"repository": {
"type": "git",
"url": "https://github.com/KUN1007/kun-galgame-patch-next"
},
"bugs": {
"url": "https://github.com/KUN1007/kun-galgame-patch-next/issues"
},
"keywords": [
"Galgame",
"补丁",
"资源",
"下载",
"美少女游戏",
"Visual Novel",
"鲲 Galgame",
"人工翻译补丁",
"AI 翻译补丁",
"机翻润色",
"机翻补丁",
"全 CG 存档",
"破解补丁",
"修正补丁",
"魔改补丁"
],
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.901.0",
"@bprogress/next": "^3.2.12",
"@heroui/react": "2.8.5",
"@hookform/resolvers": "^5.2.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@milkdown/plugin-automd": "^7.16.0",
"@next/mdx": "^15.5.4",
"@noble/hashes": "^2.0.1",
"@prisma/client": "6.16.2",
"@tailwindcss/postcss": "^4.1.14",
"@tanstack/react-query": "^5.90.2",
"@types/mdx": "^2.0.13",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^7.0.2",
"@types/nodemailer-smtp-transport": "^2.7.8",
"aws-sdk": "^2.1692.0",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"diff": "^8.0.2",
"framer-motion": "^12.23.22",
"globby": "^15.0.0",
"gray-matter": "^4.0.3",
"html-to-text": "^9.0.5",
"ioredis": "^5.8.1",
"isomorphic-dompurify": "^2.28.0",
"js-cookie": "^3.0.5",
"jsdom": "^27.0.0",
"jsonwebtoken": "^9.0.2",
"localforage": "^1.10.0",
"lucide-react": "^0.545.0",
"lz-string": "^1.5.0",
"next": "15.4.8",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.9",
"nodemailer-smtp-transport": "^2.7.4",
"nuqs": "^2.8.9",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.64.0",
"react-hot-toast": "^2.6.0",
"react-hotkeys-hook": "^5.1.0",
"react-image-crop": "^11.0.10",
"refractor": "^5.0.0",
"rehype-prism-plus": "^2.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"resend": "^6.6.0",
"rimraf": "^6.0.1",
"sharp": "^0.34.4",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"sugar-high": "^0.9.3",
"tailwind-merge": "^3.3.1",
"typed.js": "^2.1.0",
"ultimate-express": "^2.0.10",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.6",
"yet-another-react-lightbox": "^3.25.0",
"zod": "^4.1.12",
"zod-form-data": "^3.0.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@milkdown/core": "7.16.0",
"@milkdown/crepe": "^7.16.0",
"@milkdown/ctx": "7.16.0",
"@milkdown/exception": "7.16.0",
"@milkdown/kit": "^7.16.0",
"@milkdown/plugin-block": "7.16.0",
"@milkdown/plugin-clipboard": "7.16.0",
"@milkdown/plugin-cursor": "7.16.0",
"@milkdown/plugin-emoji": "7.16.0",
"@milkdown/plugin-history": "7.16.0",
"@milkdown/plugin-indent": "7.16.0",
"@milkdown/plugin-listener": "7.16.0",
"@milkdown/plugin-prism": "7.16.0",
"@milkdown/plugin-slash": "7.16.0",
"@milkdown/plugin-tooltip": "7.16.0",
"@milkdown/plugin-trailing": "7.16.0",
"@milkdown/plugin-upload": "7.16.0",
"@milkdown/preset-commonmark": "7.16.0",
"@milkdown/preset-gfm": "7.16.0",
"@milkdown/prose": "7.16.0",
"@milkdown/react": "7.16.0",
"@milkdown/theme-nord": "7.16.0",
"@milkdown/transformer": "7.16.0",
"@milkdown/utils": "7.16.0",
"@prosemirror-adapter/react": "^0.4.5",
"@tailwindcss/typography": "^0.5.19",
"@types/canvas-confetti": "^1.9.0",
"@types/express": "^5.0.3",
"@types/html-to-text": "^9.0.4",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "24.7.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"autoprefixer": "^10.4.21",
"dotenv": "^17.2.3",
"eslint": "^9.37.0",
"eslint-config-next": "^15.5.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-tailwindcss": "^3.18.2",
"esno": "^4.8.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"postcss-html": "^1.8.0",
"postcss-import": "^16.1.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"prisma": "^6.16.2",
"sass": "^1.93.2",
"stylelint": "^16.25.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^17.0.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-order": "^7.0.0",
"tailwindcss": "^4.1.14",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.16",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@heroui/shared-utils",
"@parcel/watcher",
"@prisma/client",
"@prisma/engines",
"@tailwindcss/oxide",
"aws-sdk",
"bcrypt",
"esbuild",
"prisma",
"sharp",
"unrs-resolver"
]
}
}