-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"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/unitaryfund/unitaryhack"
},
"author": {
"name": "UF Team",
"email": "[email protected]",
"url": "https://unitary.fund"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/unitaryfund/unitaryhack/issues"
},
"homepage": "https://unitaryhack.dev",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"luxon": "^1.25.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^5.3.0",
"node-fetch": "^2.6.7"
},
"dependencies": {
"@11ty/eleventy-navigation": "^0.3.2",
"@vidhill/fortawesome-brands-11ty-shortcode": "^1.0.2",
"clean-css": "^4.2.1",
"flat-cache": "^3.0.4",
"html-minifier": "^4.0.0",
"path": "^0.12.7",
"uglify-js": "^3.17.4"
}
}