generated from swat-ds/eleventyed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 834 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": "eleventyed",
"version": "0.0.1",
"description": "Eleventy port of Ed Jekyll Theme",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swat-ds/eleventyed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swat-ds/eleventyed/issues"
},
"homepage": "https://github.com/swat-ds/eleventyed#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"fs-extra": "^8.1.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0",
"markdown-it-attrs": "^4.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-table-of-contents": "^0.5.2",
"sass": "^1.32.8"
},
"dependencies": {
"netlify-cms-app": "^2.14.32"
}
}