-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 930 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
36
37
38
39
{
"name": "hello-eleventy",
"version": "0.0.1",
"description": "A simple blog, set up with Eleventy.",
"scripts": {
"start": "eleventy --serve",
"build": "NODE_ENV=production node node-exif-photos && eleventy",
"build-ghpages": "NODE_ENV=production node node-exif-photos && eleventy --pathprefix=/ezra-takes-photos"
},
"dependencies": {
"eleventy-plugin-seo": "^0.5.1",
"luxon": "^1.26.0"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"node-iptc": "^1.0.5",
"node-fetch": "^2.6.1",
"fs-extra": "^9.0.1",
"del-cli": "^3.0.1",
"fast-exif": "^1.0.1",
"fast-glob": "^3.2.4",
"jimp": "^0.16.1"
},
"engines": {
"node": "12"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-eleventy"
},
"glitch": {
"projectType": "generated_static"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}