49 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "eleventy-base-blog",
 | |
| 	"version": "8.0.0",
 | |
| 	"description": "A starter repository for a blog web site using the Eleventy site generator.",
 | |
| 	"type": "module",
 | |
| 	"scripts": {
 | |
| 		"build": "npx @11ty/eleventy",
 | |
| 		"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
 | |
| 		"start": "cross-env NODE_ENV=localhost npx @11ty/eleventy --serve --quiet",
 | |
| 		"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
 | |
| 		"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
 | |
| 		"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
 | |
| 		"img-shrink": "node tools/img-shrink.js"
 | |
| 	},
 | |
| 	"repository": {
 | |
| 		"type": "git",
 | |
| 		"url": "git://github.com/11ty/eleventy-base-blog.git"
 | |
| 	},
 | |
| 	"author": {
 | |
| 		"name": "Zach Leatherman",
 | |
| 		"email": "zachleatherman@gmail.com",
 | |
| 		"url": "https://zachleat.com/"
 | |
| 	},
 | |
| 	"license": "MIT",
 | |
| 	"engines": {
 | |
| 		"node": ">=14"
 | |
| 	},
 | |
| 	"funding": {
 | |
| 		"type": "opencollective",
 | |
| 		"url": "https://opencollective.com/11ty"
 | |
| 	},
 | |
| 	"bugs": {
 | |
| 		"url": "https://github.com/11ty/eleventy-base-blog/issues"
 | |
| 	},
 | |
| 	"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
 | |
| 	"dependencies": {
 | |
| 		"@11ty/eleventy": "^3.0.0",
 | |
| 		"@11ty/eleventy-plugin-ejs": "^1.0.0",
 | |
| 		"@11ty/eleventy-plugin-rss": "^2.0.2",
 | |
| 		"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
 | |
| 		"cross-env": "^7.0.3",
 | |
| 		"dotenv": "^16.4.7",
 | |
| 		"jsdom": "^25.0.1",
 | |
| 		"luxon": "^3.3.0",
 | |
| 		"markdown-it-anchor": "^8.6.7",
 | |
| 		"neocities": "^0.0.3",
 | |
| 		"sharp": "^0.33.5"
 | |
| 	}
 | |
| }
 |