-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.32 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
{
"name": "OpenCilk.org",
"version": "1.0.0",
"description": "Website for OpenCilk, the language of performance engineering",
"scripts": {
"build": "npx @11ty/eleventy",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenCilk/www.opencilk.org.git"
},
"author": {
"name": "Bruce Hoppe",
"email": "behoppe@mit.edu",
"url": "https://opencilk.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenCilk/www.opencilk.org/issues"
},
"homepage": "https://github.com/OpenCilk/www.opencilk.org#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"dotenv": "^16.0.2",
"eleventy-plugin-toc": "^1.1.5",
"js-yaml": "^4.1.0",
"luxon": "^2.3.1",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-mathjax3": "^4.3.1",
"patch-package": "^6.4.7"
},
"devDependencies": {
"@pborenstein/eleventy-md-syntax-highlight": "^1.0.2",
"@types/markdown-it": "^12.2.3"
}
}