-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 5.54 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 5.54 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
{
"name": "emptyinkpot.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npm --prefix apps/web run dev",
"admin:dev": "npm --prefix apps/admin-next run dev",
"build": "npm run runtime:books && npm --prefix apps/web run build",
"admin:build": "npm --prefix apps/admin-next run build",
"admin:start": "npm --prefix apps/admin-next run start",
"preview": "npm --prefix apps/web run preview",
"astro": "npm --prefix apps/web run astro",
"lint": "eslint \"apps/web/src/**/*.{ts,astro}\" \"tools/**/*.{js,mjs}\" \"*.{js,mjs}\"",
"refresh:github-overview": "node tools/refresh-github-overview.mjs",
"runtime:content": "node tools/build-runtime-content-index.mjs",
"runtime:books": "node tools/build-books-index.mjs",
"runtime:content:sse": "node tools/runtime-content-sse-server.mjs",
"runtime:content:server": "node tools/server-runtime-content-projector.mjs",
"semantic:sidecars": "node tools/generate-semantic-sidecars.mjs",
"check:vault-sync": "node tools/validate-linux-vault-sync.mjs",
"server:openlist-storage": "node tools/server-openlist-storage-maintenance.mjs",
"import:visual-sources": "node tools/import-visual-sources.mjs",
"import:contentbase-projection": "node tools/import-contentbase-projection.mjs",
"new:update": "node tools/new-update-entry.mjs",
"check:github-overview": "node tools/validate-github-overview-snapshot.mjs",
"check:updates": "node tools/validate-update-log.mjs",
"check:content": "node tools/validate-content-governance.mjs",
"check:frontend-contract": "node tools/validate-frontend-runtime-contract.mjs",
"check:pwa": "node tools/validate-pwa-surface.mjs",
"android:twa:validate": "node tools/generate-android-twa.mjs --validate-only",
"android:twa:generate": "node tools/generate-android-twa.mjs --generate",
"android:twa:build": "node tools/generate-android-twa.mjs --generate --build --skip-signing",
"android:twa:build:test-signed": "node tools/generate-android-twa.mjs --generate --build --test-signing",
"check:workspace": "node tools/deploy-guard.mjs --check",
"deploy:site": "node tools/deploy-static-site.mjs",
"check:governance": "node tools/validate-repo-governance.mjs",
"check": "npm run runtime:content && npm run check:updates && npm run check:content && npm run check:frontend-contract && npm run check:pwa && npm run check:workspace && npm run check:governance && npm run check:github-overview"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"chokidar": "^5.0.0",
"eslint": "^10.1.0",
"eslint-plugin-astro": "^1.6.0",
"globals": "^17.4.0",
"typescript-eslint": "^8.58.0"
},
"description": "`emptyinkpot.github.io` 当前已经收拢为单站点仓库:对外站点由 `apps/web/` 生成,工程文档统一收纳在 `docs/`。",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"acorn": "^8.16.0",
"acorn-jsx": "^5.3.2",
"ajv": "^6.14.0",
"astro-eslint-parser": "^1.4.0",
"astrojs-compiler-sync": "^1.1.1",
"balanced-match": "^4.0.4",
"brace-expansion": "^5.0.5",
"braces": "^3.0.3",
"cross-spawn": "^7.0.6",
"cssesc": "^3.0.0",
"debug": "^4.4.3",
"deep-is": "^0.1.4",
"entities": "^7.0.1",
"escape-string-regexp": "^4.0.0",
"eslint-compat-utils": "^0.6.5",
"eslint-scope": "^9.1.2",
"eslint-visitor-keys": "^5.0.1",
"espree": "^11.2.0",
"esquery": "^1.7.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.3.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"fastq": "^1.20.1",
"file-entry-cache": "^8.0.0",
"fill-range": "^7.1.1",
"find-up": "^5.0.0",
"flat-cache": "^4.0.1",
"flatted": "^3.4.2",
"glob-parent": "^6.0.2",
"ignore": "^5.3.2",
"imurmurhash": "^0.1.4",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"isexe": "^2.0.0",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^0.4.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"keyv": "^4.5.4",
"levn": "^0.4.1",
"locate-path": "^6.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.8",
"minimatch": "^10.2.5",
"ms": "^2.1.3",
"nanoid": "^3.3.11",
"natural-compare": "^1.4.0",
"optionator": "^0.9.4",
"p-limit": "^3.1.0",
"p-locate": "^5.0.0",
"path-exists": "^4.0.0",
"path-key": "^3.1.1",
"picocolors": "^1.1.1",
"picomatch": "^2.3.2",
"playwright": "^1.59.1",
"postcss": "^8.5.8",
"postcss-selector-parser": "^7.1.1",
"prelude-ls": "^1.2.1",
"punycode": "^2.3.1",
"queue-microtask": "^1.2.3",
"reusify": "^1.1.0",
"run-parallel": "^1.2.0",
"semver": "^7.7.4",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"source-map-js": "^1.2.1",
"synckit": "^0.11.12",
"tinyglobby": "^0.2.15",
"to-regex-range": "^5.0.1",
"ts-api-utils": "^2.5.0",
"type-check": "^0.4.0",
"typescript": "^6.0.2",
"uri-js": "^4.4.1",
"util-deprecate": "^1.0.2",
"which": "^2.0.2",
"word-wrap": "^1.2.5",
"yocto-queue": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emptyinkpot/emptyinkpot.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/emptyinkpot/emptyinkpot.github.io/issues"
},
"homepage": "https://github.com/emptyinkpot/emptyinkpot.github.io#readme"
}