mirror of
https://github.com/maxboeck/webring
synced 2024-11-22 11:23:08 +00:00
27 lines
758 B
JSON
27 lines
758 B
JSON
{
|
|
"name": "webring",
|
|
"version": "0.1.0",
|
|
"description": "A boilerplate for hosting a webring community",
|
|
"author": "Max Böck",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/maxboeck/webring"
|
|
},
|
|
"scripts": {
|
|
"start": "gulp build:dev & eleventy --serve",
|
|
"build": "gulp build && eleventy && yarn run build:lambda",
|
|
"serve:lambda": "netlify-lambda serve _lambda",
|
|
"build:lambda": "netlify-lambda build _lambda"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^0.8.2",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0",
|
|
"del": "^3.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"html-minifier": "^3.5.20",
|
|
"netlify-lambda": "^1.1.1",
|
|
"require-dir": "^1.2.0"
|
|
}
|
|
}
|