-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 899 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": "mithril-by-examples",
"version": "1.0.0",
"description": "Learn Mithril.js by seeing, reviewing, and running up-to-date code examples.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "[email protected]:tbreuss/mithril-by-examples.git"
},
"author": {
"name": "Thomas Breuss",
"url": "https://github.com/tbreuss"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tbreuss/mithril-by-examples/issues"
},
"homepage": "https://mithril-by-examples.js.org",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"html-entities": "^2.3.6",
"luxon": "^3.3.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7"
}
}