-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "polymc",
"version": "6.0.0",
"description": "Official PolyMC website",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"start": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/PolyMC/polymc.org.git"
},
"author": {
"name": "Ezekiel Smith",
"email": "ezekielsmith@protonmail.com",
"url": "https://github.com/ZekeSmith"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/PolyMC/polymc.org/issues"
},
"homepage": "https://polymc.org/",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-img": "^1.1.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"@fontsource/inter": "^4.5.5",
"@fortawesome/fontawesome-free": "^6.1.1",
"clean-css": "^5.2.4",
"luxon": "^2.3.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1"
},
"dependencies": {
"@11ty/eleventy-fetch": "^3.0.0"
}
}