-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.5 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
{
"name": "kinkref",
"version": "0.9.3",
"private": true,
"type": "module",
"description": "Curated index of BDSM academic literature in Traditional Chinese — kinkref.org",
"homepage": "https://kinkref.org",
"repository": {
"type": "git",
"url": "https://github.com/NonTricker/kinkref_org"
},
"license": "CC-BY-SA-4.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && npm run build:stats && npm run build:search && astro build && npm run build:sitemap-lastmod",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"build:stats": "node scripts/fetch-cloudflare-stats.mjs",
"build:search": "node scripts/build-search-index.mjs",
"build:sitemap-lastmod": "node scripts/build-sitemap-lastmod.mjs",
"lint": "prettier --check \"**/*.{astro,ts,tsx,js,mjs,md,json,css}\"",
"format": "prettier --write \"**/*.{astro,ts,tsx,js,mjs,md,json,css}\"",
"selfcheck": "python scripts/self-check.py",
"qualityscan": "python scripts/quality-scan.py"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.4.0",
"astro": "^6.0.0",
"minisearch": "^7.1.0",
"typescript": "^5.6.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"dotenv": "^17.4.2",
"gray-matter": "^4.0.3",
"prettier": "^3.4.0",
"prettier-plugin-astro": "^0.14.0",
"sharp": "^0.34.5",
"to-ico": "^1.1.5"
}
}