forked from georgejkaye/georgejkaye.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 795 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 795 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
{
"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"
},
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"js-yaml": "^4.1.0",
"lodash.chunk": "^4.2.0",
"markdown-it-attrs": "^4.1.4",
"moment": "^2.29.3",
"outdent": "^0.8.0",
"sass": "^1.43.4"
},
"license": "GPL-3.0-or-later"
}