-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 915 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
{
"name": "timbrockman.com",
"version": "2.0.02-06-2023",
"description": "Personal Static Site for Tim Brockman",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "eleventy",
"deploy": "git subtree push --prefix _site origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timBrockman/timBrockman.com.git"
},
"author": "Tim Brockman",
"license": "None",
"bugs": {
"url": "https://github.com/timBrockman/timbrockman.com/issues"
},
"homepage": "https://github.com/timBrockman/timbrockman.com#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@ampproject/eleventy-plugin-amp": "^0.5.8",
"clean-css": "^5.3.2"
}
}