-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 993 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
34
35
{
"name": "fernfolio-11ty-template",
"version": "1.0.0",
"description": "The super simple portfolio template built with Eleventy and Netlify CMS",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/tylerMRoderick/fernfolio-11ty-template"
},
"author": {
"name": "Tyler M. Roderick",
"email": "troderick@protonmail.com",
"url": "https://www.tylerroderick.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tylerMRoderick/fernfolio-11ty-template/issues"
},
"homepage": "https://github.com/tylerMRoderick/fernfolio-11ty-template",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"luxon": "^1.25.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.3.0"
},
"dependencies": {
"@11ty/eleventy-navigation": "^0.1.6",
"clean-css": "^4.2.1",
"html-minifier": "^4.0.0",
"uglify-es": "^3.3.9"
}
}