-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 942 Bytes
/
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
{
"name": "georgejkaye.github.io",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/georgejkaye/georgejkaye.github.io"
},
"scripts": {
"watch:eleventy": "npx @11ty/eleventy --serve",
"watch:sass": "npx sass sass:build/css --watch",
"start": "npm run watch:eleventy & npm run watch:sass",
"build:eleventy": "npx @11ty/eleventy",
"build:sass": "npx sass sass:build/css",
"format": "npx prettier --ignore-path .prettierignore --write build"
},
"dependencies": {
"@11ty/eleventy": "2",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.10",
"lodash.chunk": "^4.2.0",
"markdown-it-attrs": "^4.1.4",
"moment": "^2.29.4",
"outdent": "^0.8.0",
"prettier": "^3.2.4",
"sass": "^1.43.4"
},
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.4"
},
"license": "GPL-3.0-or-later"
}