-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 944 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": "benkutil.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"build:prod": "ELEVENTY_ENV=production npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benkutil/benkutil.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benkutil/benkutil.github.io/issues"
},
"homepage": "https://github.com/benkutil/benkutil.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0-beta.3",
"@11ty/eleventy-img": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"eleventy-plugin-webmentions": "^2.0.0",
"html-minifier": "^4.0.0",
"outdent": "^0.8.0"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^2.0.5",
"dotenv": "^16.0.3"
}
}