-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
35 lines (35 loc) · 927 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": "hawksworx.com",
"version": "2.0.1",
"description": "Phil Hawksworth's personal website - hawksworx.com",
"scripts": {
"dev": "npx eleventy --serve --quiet",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/philhawksworth/hawksworx.com"
},
"author": "Phil Hawksworth",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "2.0.0-canary.23",
"@11ty/eleventy-fetch": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^1.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.2.0",
"@netlify/functions": "^1.3.0",
"@octokit/rest": "^19.0.5",
"axios": "^0.18.1",
"dotenv": "^6.1.0",
"node-fetch": "^3.3.0",
"rss-to-json": "^2.1.0",
"sass": "^1.55.0",
"twitter": "^1.7.1",
"uglify-js": "^3.17.2"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
"form-data": "^4.0.0",
"handlebars": "^4.7.7"
}
}