-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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": "reedcodes",
"version": "3.0.0",
"description": "code, build, and content for Reed's website",
"author": "Reed Piernock",
"license": "GPL-3.0-only",
"homepage": "https://reedcodes.com/",
"repository": {
"type": "git",
"url": "https://github.com/reedcodes/reedcodessite.github.io"
},
"bugs": {
"url": "https://github.com/reedcodes/reedcodessite.github.io/issues"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"a11y-color-tokens": "^0.7.0",
"eleventy-plugin-gen-favicons": "^1.1.3",
"eleventy-plugin-metagen": "^1.8.3",
"luxon": "^3.7.1",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.3.1",
"npm-run-all": "^4.1.5",
"nps": "^5.10.0",
"onchange": "^7.1.0",
"sass": "^1.90.0"
},
"main": "eleventy.config.js",
"type": "module",
"scripts": {
"build:css": "nps css.build",
"watch:css": "nps css.watch",
"build:site": "nps site.build",
"watch:site": "nps site.watch",
"build": "npm-run-all build:*",
"start": "npm-run-all --parallel watch:*"
}
}