forked from Wilto/a-book-departs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
46
47
48
{
"name": "a-book-departs",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "ELEVENTY_ENV=development npx eleventy --serve",
"extract": "rimraf chapter/*.md && node ./util/processBook.mjs",
"production": "eleventy"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:Wilto/a-book-departs.git"
},
"author": {
"name": "Mat Marquis",
"email": "[email protected]",
"url": "http://matmarquis.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Wilto/a-book-departs/issues"
},
"homepage": "https://github.com/Wilto/a-book-departs/",
"devDependencies": {
"@11ty/eleventy": "^3.0.0-alpha.13",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@andatoshiki/markdown-it-image-caption": "^0.0.2",
"clean-css": "^5.3.2",
"cross-env": "^7.0.3",
"make-dir-cli": "^2.0.0",
"markdown-it": "^14.1.0",
"sass": "^1.77.6",
"typescript": "^5.5.2"
},
"dependencies": {
"@11ty/eleventy-img": "^4.0.1",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@eatonfyi/dq": "github:eaton/dq",
"@jamshop/eleventy-filter-dump": "^1.0.4",
"@sveltia/cms": "^0.34.8",
"@wilto/markdown-it-img-caption": "github:Wilto/markdown-it-img-caption",
"markdown-it-eleventy-img": "^0.10.2",
"rimraf": "^5.0.7"
}
}