-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 5.3 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 5.3 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
{
"name": "sdutvinci-website-nuxt",
"type": "module",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"cms:admin": "tsx --env-file-if-exists=.env scripts/cms-admin.ts",
"cms:content:sync": "tsx --env-file-if-exists=.env scripts/cms-content-sync.ts",
"docker:admin": "docker compose run --rm admin",
"docker:migrate": "docker compose run --rm migrate",
"db:generate": "drizzle-kit generate",
"db:migrate": "tsx --env-file-if-exists=.env scripts/cms-migrate.ts",
"generate": "nuxt generate",
"media:prepare": "tsx scripts/prepare-cdn-media.ts",
"test": "vitest run",
"test:backup-restore": "./tests/backup-restore.integration.sh",
"test:deploy-cache-cleanup": "./tests/deploy-cache-cleanup.integration.sh",
"test:cms": "./scripts/test-cms.sh",
"test:v2:phase1": "./node_modules/.bin/vitest run tests/v2-revision-backfill.integration.test.ts",
"test:v2:phase2": "./node_modules/.bin/vitest run tests/v2-revision-shadow.integration.test.ts",
"test:v2:phase3": "./node_modules/.bin/vitest run tests/v2-comark-compatibility.test.ts",
"test:v2:phase4": "./node_modules/.bin/vitest run tests/v2-public-content-shadow.integration.test.ts",
"test:v2:phase5": "./node_modules/.bin/vitest run tests/v2-database-authority.integration.test.ts",
"test:v2:phase6": "./node_modules/.bin/vitest run tests/v2-content-export.integration.test.ts",
"test:v2:phase7": "./node_modules/.bin/vitest run tests/v2-phase7-reconciliation-recovery.integration.test.ts && ./tests/v2-phase7-operations.integration.sh",
"test:v2:phase8": "./node_modules/.bin/vitest run tests/v2-content-pr-import.integration.test.ts",
"test:v2:phase9": "./node_modules/.bin/vitest run tests/v2-member-profile.test.ts tests/v2-member-authority.integration.test.ts tests/v2-content-pr-import.integration.test.ts tests/v2-content-export.integration.test.ts tests/v2-phase7-reconciliation-recovery.integration.test.ts",
"test:v2:phase10": "./node_modules/.bin/vitest run tests/v2-phase10-content-removal.test.ts tests/v2-public-content-shadow.integration.test.ts tests/v2-content-pr-import.integration.test.ts tests/v2-member-authority.integration.test.ts",
"test:v2:phase11": "./tests/v2-phase11.integration.sh && ./node_modules/.bin/vitest run tests/v2-initial-content-snapshot.test.ts",
"v2:phase0:audit": "node scripts/v2-phase0-audit.mjs --check",
"v2:comark:audit": "tsx scripts/v2-comark-audit.ts",
"v2:phase4:http-dom": "tsx scripts/v2-phase4-http-dom-compare.ts",
"v2:phase5:consistency": "tsx --env-file-if-exists=.env scripts/v2-phase5-consistency.ts",
"v2:phase6:manual": "./scripts/v2-phase6-manual-acceptance.sh",
"v2:phase8:manual": "./scripts/v2-phase8-manual-acceptance.sh",
"v2:phase9:manual": "./scripts/v2-phase9-manual-acceptance.sh",
"v2:members:migrate": "tsx --env-file-if-exists=.env scripts/v2-migrate-member-profiles.ts",
"v2:content:takeover": "tsx --env-file-if-exists=.env scripts/v2-content-takeover.ts",
"v2:content:worker": "tsx --env-file-if-exists=.env scripts/v2-content-export-worker.ts",
"v2:content:worker:once": "tsx --env-file-if-exists=.env scripts/v2-content-export-worker.ts --once",
"v2:content:reconcile": "tsx --env-file-if-exists=.env scripts/v2-content-reconcile.ts",
"v2:content:recover": "tsx --env-file-if-exists=.env scripts/v2-content-recovery.ts",
"v2:content:prepare-initial-snapshot": "tsx scripts/v2-prepare-initial-content-snapshot.ts",
"v2:content:recovery-check": "tsx --env-file-if-exists=.env scripts/v2-content-recovery-check.ts",
"v2:maintenance:cleanup": "./scripts/v2-maintenance-cleanup.sh",
"v2:phase6:consistency": "tsx --env-file-if-exists=.env scripts/v2-phase6-consistency.ts",
"v2:revisions:backfill": "tsx --env-file-if-exists=.env scripts/v2-backfill-article-revisions.ts",
"v2:revisions:compare": "tsx --env-file-if-exists=.env scripts/v2-compare-git-revisions.ts",
"wiki:check": "node scripts/wiki-check.mjs",
"typecheck": "nuxt typecheck",
"preview": "nuxt preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1095.0",
"@codemirror/lang-markdown": "6.5.1",
"@codemirror/language": "6.12.4",
"@codemirror/language-data": "6.5.2",
"@codemirror/state": "6.5.2",
"@codemirror/view": "6.39.16",
"@comark/nuxt": "0.5.1",
"@lezer/highlight": "1.2.3",
"@milkdown/crepe": "^7.21.3",
"@milkdown/kit": "^7.21.3",
"@shikijs/langs": "4.3.1",
"@shikijs/themes": "4.3.1",
"argon2": "^0.45.1",
"codemirror": "6.0.2",
"diff": "^8.0.4",
"drizzle-orm": "^0.45.2",
"github-slugger": "2.0.0",
"medium-zoom": "^1.1.0",
"nuxt": "^4.5.0",
"ogl": "^1.0.11",
"pg": "^8.22.0",
"pinyin-pro": "^3.28.1",
"remark": "^15.0.1",
"sharp": "^0.35.3",
"shiki": "^4.3.1",
"vue": "^3.5.0",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "24.13.3",
"@types/pg": "^8.20.0",
"@vue/server-renderer": "3.5.40",
"drizzle-kit": "^0.31.10",
"parse5": "8.0.1",
"tsx": "^4.23.1",
"typescript": "5.9.3",
"vitest": "^4.1.10",
"vue-tsc": "3.3.8"
},
"overrides": {
"@esbuild-kit/core-utils": {
"esbuild": "0.25.12"
},
"archiver": {
"readdir-glob": "^3.0.0"
},
"archiver-utils": {
"glob": "11.1.0"
}
}
}