-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 833 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
33
{
"name": "website",
"version": "1.0.0",
"description": "My personal website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LuckierDodge/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LuckierDodge/website/issues"
},
"homepage": "https://github.com/LuckierDodge/website#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^8.4.1"
},
"dependencies": {
"clean-css": "^5.2.2",
"eleventy": "^1.0.0",
"eleventy-plugin-footnotes": "^0.10.0",
"markdown-it-footnote": "^3.0.3",
"nord": "^0.2.1"
}
}