forked from xdesro/personalsit.es
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 965 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
{
"name": "personalsit.es",
"version": "1.0.0",
"description": "",
"main": ".eleventy.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve --quiet",
"build": "node buildSites.js && npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdesro/personalsit.es.git"
},
"keywords": [],
"author": "Henry Desroches <yo@henry.codes> (https://henry.codes/)",
"contributors": [
"Andy Bell <me@andy-bell.design> (https://hankchizljaw.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hankchizljaw/personalsit.es/issues"
},
"homepage": "https://github.com/hankchizljaw/personalsit.es#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"capture-website": "^0.8.1",
"cloudinary": "^1.21.0",
"dotenv": "^8.2.0",
"filenamify-url": "^2.1.1",
"front-matter": "^3.1.0",
"html-minifier": "^3.5.20"
}
}