-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 995 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": "11late",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "rm -Rf _site && eleventy --serve ",
"eleventy": "npm run update:links && npm run sass && npm run html ",
"html": "npx @11ty/eleventy",
"sass": "npx sass sass:static/css",
"watch:sass": "npx sass sass:_site/css --watch",
"update:links": "node scripts/update-links.js"
},
"author": "Simon McManus",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1415.0",
"clean-css": "^5.3.1",
"eleventy": "^1.0.6",
"eleventy-sizlate": "^1.0.3",
"html-minifier": "^4.0.0",
"lodash": "^4.17.21",
"twitter": "^1.7.1"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"date-fns": "^2.29.3",
"moment": "^2.29.4",
"node-html-encoder": "0.0.2",
"superagent": "^7.1.5"
}
}