-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 871 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
{
"name": "tei-publisher-eleventy-starter",
"version": "1.0.0",
"description": "Simple template project to set up 11ty with TEI Publisher as backend for XML documents",
"scripts": {
"start": "DEBUG=tei-publisher eleventy --serve --port=8081",
"build": "DEBUG=tei-publisher eleventy",
"build.all": "TP_NO_CACHE=true DEBUG=tei-publisher eleventy",
"clean": "rimraf _site .cache"
},
"author": {
"name": "e-editiones.org",
"url": "https://e-editiones.org"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/eeditiones/tei-publisher-eleventy-starter.git"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@teipublisher/pb-components": "^2.12.6",
"@teipublisher/pb-eleventy-plugin": "^0.10.0",
"rimraf": "^5.0.5"
}
}