-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
70 lines (69 loc) · 1.83 KB
/
package.json
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
{
"name": "quiltmc-website",
"version": "1.0.0",
"description": "Website for the Quilt modloader",
"private": true,
"scripts": {
"dev": "node scripts/preprocess.mjs && astro dev",
"build": "node scripts/preprocess.mjs && astro build",
"preview": "node scripts/preprocess.mjs && astro preview",
"clean": "node scripts/clean.mjs"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^21.1.7",
"@types/lunr": "^2.3.7",
"@types/luxon": "^3.4.2",
"@types/prismjs": "^1.26.4",
"@types/semver-compare": "^1.0.3",
"@types/semver-sort": "^0.0.5",
"@types/swagger-ui": "^3.52.4",
"astro": "^4.15.2",
"astro-i18next": "github:quiltmc/astro-i18next#74e0be3",
"astro-purgecss": "4.5.0",
"bulma-toast": "^2.4.4",
"execa": "^9.3.1",
"file-saver": "^2.0.5",
"glob": "^11.0.0",
"hast-util-from-html": "^2.0.2",
"i18next": "^23.14.0",
"i18next-fluent": "^2.0.0",
"i18next-fs-fluent-backend": "github:quiltmc/i18next-fs-fluent-backend",
"jsdom": "^25.0.0",
"jszip": "^3.10.1",
"lunr": "^2.3.9",
"marked": "^14.1.0",
"node-fetch": "^3.3.2",
"prismjs": "^1.29.0",
"quilt-bulma": "0.0.24",
"rehype-autolink-headings": "^7.1.0",
"rollup": "^4.21.2",
"sass": "^1.77.8",
"semver-compare": "^1.0.0",
"swagger-ui": "^5.17.14",
"typescript": "^5.5.4"
},
"dependencies": {
"@babel/traverse": "^7.25.6",
"@iconify-json/cib": "^1.2.0",
"@iconify-json/material-symbols": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@tsndr/cloudflare-worker-jwt": "^2.5.3",
"astro-compress": "^2.3.1",
"astro-icon": "^1.1.1",
"semver-sort": "^1.0.0",
"xml-js": "^1.6.11"
},
"pnpm": {
"overrides": {
"@iconify/tools": "^4.0.0",
"astro-purgecss@>=4.5.0": "4.4.0"
}
},
"engines": {
"node": ">=20"
}
}