mirror of
https://github.com/maxboeck/webring
synced 2024-11-10 05:54:17 +00:00
26 lines
755 B
JSON
26 lines
755 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": "ELEVENTY_ENV=development eleventy --serve",
|
|
"build": "ELEVENTY_ENV=production eleventy && npm run build:lambda",
|
|
"serve:lambda": "netlify-lambda serve _lambda",
|
|
"build:lambda": "netlify-lambda build _lambda"
|
|
},
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^0.11.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
|
|
"clean-css": "^4.2.3",
|
|
"cssesc": "^3.0.0",
|
|
"html-minifier": "^4.0.0",
|
|
"netlify-lambda": "^1.6.3",
|
|
"node-sass": "^4.14.1"
|
|
}
|
|
}
|