-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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": "skeletor-starter",
"version": "2.1.0",
"private": true,
"description": "",
"keywords": [],
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/higby/skeletor-starter.git"
},
"license": "MIT",
"author": {
"name": "Branden Higby",
"email": "[email protected]",
"url": "https://www.higby.io/"
},
"type": "module",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve --watch --quiet",
"clean": "rimraf build"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.17",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@higby/reset": "^3.0.1",
"browserslist": "^4.23.2",
"dayjs": "^1.11.12",
"html-minifier-terser": "^7.2.0",
"js-beautify": "^1.15.1",
"lightningcss": "^1.25.1",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.1.6",
"markdown-it-implicit-figures": "^0.12.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.8.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1"
}
}