2025-04-20 03:23:57 -05:00
|
|
|
{
|
2025-08-09 02:48:58 -05:00
|
|
|
"name": "site",
|
2025-04-20 03:23:57 -05:00
|
|
|
"version": "1.0.0",
|
2025-08-09 02:48:58 -05:00
|
|
|
"description": "synth.download's website, powered by eleventy.",
|
2025-04-20 03:23:57 -05:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2025-10-26 22:44:16 -05:00
|
|
|
"build-clean": "rm -rf ./_site && npx @11ty/eleventy && npx -y pagefind --site _site",
|
|
|
|
|
"build": "npx @11ty/eleventy && npx -y pagefind --site _site",
|
|
|
|
|
"serve": "npx @11ty/eleventy --serve",
|
2025-04-20 03:23:57 -05:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "ssh://git@synth.download:10429/sneexy/pages.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
2025-07-01 23:18:31 -05:00
|
|
|
"@11ty/eleventy": "^3.1.2",
|
2025-05-12 20:52:49 -05:00
|
|
|
"@11ty/eleventy-navigation": "^1.0.4",
|
2025-06-01 13:41:16 -05:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
2025-08-03 00:31:48 -05:00
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
|
2025-10-26 22:36:00 -05:00
|
|
|
"lightningcss": "^1.30.2",
|
2025-11-13 22:08:24 -06:00
|
|
|
"terser": "^5.44.1"
|
2025-04-20 03:23:57 -05:00
|
|
|
}
|
|
|
|
|
}
|