-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.48 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": "betizen-ssg",
"version": "1.0.0",
"description": "Reliable listings of online casinos, games, bonuses and affiliate programs, without scams!",
"scripts": {
"build": "NODE_ENV=dev NODE_OPTIONS=--max_old_space_size=5012 npm-run-all clean-build build:* minify:*",
"build:11ty": "eleventy",
"dev": "NODE_ENV=dev NODE_OPTIONS=--max_old_space_size=5012 npm-run-all clean-build --parallel watch:*",
"watch:11ty": "eleventy --serve --watch --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"clean-build": "rimraf _site",
"minify:html": "html-minifier --input-dir _site --output-dir _site --file-ext html --minify-js --minify-css --remove-comments --collapse-whitespace"
},
"author": {
"name": "Nicolas Erramuspe",
"email": "[email protected]",
"url": "https://minimo.io"
},
"license": "MIT",
"homepage": "https://www.betizen.org",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"axios": "^1.7.2",
"front-matter": "^4.0.2",
"html-minifier": "^4.0.0",
"image-downloader": "^4.3.0",
"luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7",
"node-html-parser": "^6.1.13",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"webp-converter": "^2.3.3"
}
}