-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.04 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
{
"name": "ai-qiming",
"version": "1.62.1",
"private": true,
"description": "1518 · AI 测名/占卜 — Next.js 14 + DeepSeek(确定性免费底座 + 一键详批)",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"prestart": "node scripts/prepare-standalone.mjs",
"start": "node .next/standalone/server.js",
"db:check": "node scripts/check-payment-db.mjs",
"support:autofeedback": "node scripts/daily-support-autofeedback.mjs",
"track:sidecar": "node scripts/track-sidecar.mjs",
"payments:sync-alipay-complaints": "node scripts/sync-alipay-complaints.mjs",
"account:create-claim": "node scripts/create-user-account-claim.mjs",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"inventory": "node scripts/project-inventory.mjs",
"brand:og": "node scripts/generate-brand-og.mjs",
"cc:watch": "bash scripts/cc-watch-task.sh",
"cc:running": "bash scripts/cc-mark-running.sh",
"cc:done": "bash scripts/cc-mark-done.sh",
"codex:reviewing": "bash scripts/codex-mark-reviewing.sh",
"codex:approved": "bash scripts/codex-mark-approved.sh",
"codex:revision": "bash scripts/codex-mark-revision.sh"
},
"dependencies": {
"@pdf-lib/fontkit": "^1.1.1",
"alipay-sdk": "^4.14.0",
"astronomy-engine": "^2.1.19",
"jspdf": "^4.2.1",
"lucide-react": "^1.17.0",
"lunar-javascript": "^1.7.7",
"mysql2": "^3.11.5",
"next": "^14.2.18",
"pdf-lib": "^1.17.1",
"pinyin-pro": "^3.28.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"postcss": "^8.4.47",
"puppeteer-core": "^23.11.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vitest": "^4.1.8"
}
}