forked from QuiltMC/quiltmc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "quiltmc-website",
"version": "1.0.0",
"description": "Website for the Quilt modloader",
"packageManager": "[email protected]",
"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/luxon": "^3.3.1",
"astro": "1.6.14",
"astro-i18next": "1.0.0-beta.12",
"astro-purgecss": "^1.3.2",
"bulma-toast": "^2.4.2",
"execa": "^6.1.0",
"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",
"node-fetch": "^3.3.2",
"quilt-bulma": "0.0.23",
"rehype-autolink-headings": "^6.1.1",
"rollup": "^3.27.2",
"sass": "^1.64.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"astro-compress": "^2.0.1",
"semver-sort": "^1.0.0"
}
}