generated from 11ty/eleventy-base-blog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "threaded-discussion-docs",
"version": "6.0.0",
"description": "Documentation for Spring 2022 IST 402 Final Project: threaded-discussion.",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/Da-Penguins/threaded-discussion-docs"
},
"author": {
"name": "Da-Penguins",
"url": "https://github.com/liljimmyk99/threaded-discussion"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Da-Penguins/threaded-discussion-docs/issues"
},
"homepage": "https://github.com/Da-Penguins/threaded-discussion-docs#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"luxon": "^2.3.1",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1"
}
}