generated from 11ty/eleventy-base-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.54 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
{
"name": "e-editiones-homepage",
"version": "1.0.0",
"description": "New e-editiones homepage",
"scripts": {
"build": "cross-env DEBUG=tei-publisher npx @11ty/eleventy",
"build.all": "cross-env DEBUG=tei-publisher TP_NO_CACHE=true npx @11ty/eleventy",
"build.cms": "cross-env TP_DISABLED=true DEBUG=tei-publisher TP_NO_CACHE=true npx @11ty/eleventy",
"bench": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "cross-env TP_DISABLED=true DEBUG=tei-publisher npx @11ty/eleventy --watch",
"serve": "cross-env TP_DISABLED=true DEBUG=tei-publisher npx @11ty/eleventy --serve --port 8081",
"start": "npm run serve",
"debug": "cross-env DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/wolfgangmm/11ty-homepage.gi"
},
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@teipublisher/pb-eleventy-plugin": "^0.9.5",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-toc": "^1.1.5",
"leaflet": "^1.9.2",
"leaflet.markercluster": "^1.5.3",
"luxon": "^3.0.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-attrs": "^4.1.4",
"markdown-it-implicit-figures": "^0.10.0",
"rellax": "^1.12.1"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}