-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 792 Bytes
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
{
"name": "edrw.dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "pnpm clean && eleventy",
"serve": "eleventy --serve",
"clean": "rm -rf dist"
},
"keywords": [],
"author": "Edmund Rosewright",
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.13",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@eslint/js": "^9.5.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@picocss/pico": "^2.0.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.9",
"eslint": "9.x",
"globals": "^15.6.0",
"luxon": "^3.4.4",
"prettier": "^3.3.2",
"prettier-plugin-jinja-template": "^1.4.1"
}
}