forked from PrismLauncher/prismlauncher.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "prismlauncher",
"version": "1.0.0",
"description": "Official Prism Launcher website",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"start": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy",
"lint": "markdownlint .",
"lint:fix": "markdownlint --fix .",
"update-contributors": "node ./scripts/update-contributors.mjs"
},
"repository": {
"type": "git",
"url": "git://github.com/PrismLauncher/prismlauncher.org.git"
},
"author": {
"name": "Ezekiel Smith",
"email": "[email protected]",
"url": "https://github.com/ZekeSmith"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/PrismLauncher/prismlauncher.org/issues"
},
"homepage": "https://prismlauncher.org/",
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-fetch": "4.0.1",
"@11ty/eleventy-img": "4.0.2",
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-rss": "1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"@fontsource/inter": "5.0.21",
"@fortawesome/fontawesome-free": "6.6.0",
"axios": "1.7.7",
"clean-css": "5.3.3",
"luxon": "3.5.0",
"markdown-it": "14.1.0",
"markdown-it-anchor": "9.2.0",
"markdown-it-table-of-contents": "0.8.0",
"markdownlint-cli": "0.41.0"
},
"packageManager": "[email protected]"
}