-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 KB
/
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
35
36
37
38
39
{
"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",
"resolve-dependencies": "yarn upgrade --latest",
"watch:sass": "npx sass sass:dist/assets/styles/"
},
"dependencies": {
"@11ty/eleventy": ">=0.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": ">=3.0.1",
"@types/node": "^20.6.3",
"clean-css": ">=4.2.3",
"cssesc": ">=3.0.0",
"html-minifier": ">=1.0.0",
"module": "^1.2.5",
"netlify-lambda": ">=2.0.16",
"node-sass": ">=9.0.0",
"sass": ">=1.67.0",
"sass-loader": ">=13.3.2",
"sendmail": ">=1.6.1",
"webpack": ">=5.88.2"
},
"devDependencies": {
"cross-env": ">=7.0.3",
"netlify-cli": ">=16.4.1"
},
"packageManager": "yarn@3.6.3"
}