forked from QuiltMC/quiltmc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 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
{
"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/markdown-component": "^1.0.5",
"@astrojs/mdx": "^0.12.2",
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.4.0",
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^21.1.6",
"@types/lunr": "^2.3.7",
"@types/luxon": "^3.3.3",
"@types/prismjs": "^1.26.3",
"@types/semver-compare": "^1.0.3",
"@types/semver-sort": "^0.0.5",
"@types/swagger-ui": "^3.52.4",
"astro": "1.6.14",
"astro-i18next": "1.0.0-beta.12",
"astro-purgecss": "^1.3.2",
"bulma-toast": "^2.4.3",
"execa": "^6.1.0",
"file-saver": "^2.0.5",
"glob": "^8.1.0",
"hast-util-from-html": "^1.0.2",
"i18next": "^21.10.0",
"i18next-fluent": "^2.0.0",
"i18next-fs-fluent-backend": "github:pluiedev/i18next-fs-fluent-backend",
"jsdom": "^24.0.0",
"jszip": "^3.10.1",
"lunr": "^2.3.9",
"marked": "^12.0.1",
"node-fetch": "^3.3.2",
"prismjs": "^1.29.0",
"quilt-bulma": "0.0.24",
"rehype-autolink-headings": "^6.1.1",
"rollup": "^3.29.4",
"sass": "^1.69.4",
"semver-compare": "^1.0.0",
"swagger-ui": "^4.19.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@babel/traverse": "^7.23.4",
"@tsndr/cloudflare-worker-jwt": "^2.2.5",
"astro-compress": "^2.0.15",
"semver-sort": "^1.0.0",
"xml-js": "^1.6.11"
},
"engines": {
"node": ">=20"
}
}