-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.33 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "portfolio-starter",
"version": "0.1.0",
"description": "A starter kit for static portfolio sites",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sb-ph/portfolio-starter.git"
},
"keywords": [
"static-site-generator",
"static-site",
"ssg",
"website",
"blog",
"templates",
"generator",
"framework",
"eleventy",
"11ty",
"html",
"markdown",
"liquid",
"nunjucks",
"portfolio",
"handlebars",
"mustache",
"ejs"
],
"author": {
"name": "Sam Baldwin",
"email": "[email protected]",
"url": "https://sambaldwin.info/"
},
"contributors": [
{
"name": "Piper Haywood",
"email": "[email protected]",
"url": "https://piperhaywood.com/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sb-ph/portfolio-starter/issues"
},
"homepage": "https://github.com/sb-ph/portfolio-starter#readme",
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@11ty/eleventy-navigation": "^0.1.5",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"luxon": "^1.22.2",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5"
}
}