www/package.json

45 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2018-01-16 20:08:47 -07:00
{
2021-10-01 11:29:47 -06:00
"name": "slvit-www",
2020-01-03 10:30:47 -07:00
"version": "5.0.2",
2021-10-01 11:29:47 -06:00
"description": "Public website for San Luis Valley IT.",
2023-01-25 11:35:04 -07:00
"repository": {
"type": "git",
"url": "git://gitea.atl.slvit/slvit/www"
},
2018-01-16 20:08:47 -07:00
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
2023-03-04 12:06:37 -07:00
"json": "npx @11ty/eleventy --to=json",
2023-03-14 14:45:04 -06:00
"api": "node api/index.js",
2023-03-25 15:19:49 -06:00
"stripe-listener": "node listeners/stripe.js"
2022-01-04 14:58:08 -07:00
},
2018-01-16 20:08:47 -07:00
"author": {
"name": "Keith Irwin",
"email": "ki9@slvit.us",
"url": "https://www.ki9.us/"
2018-01-16 20:08:47 -07:00
},
"license": "UNLICENSED",
"private": true,
2018-01-16 20:08:47 -07:00
"bugs": {
2021-10-01 11:29:47 -06:00
"url": "https://gitea.slvit.us/slvit/www/issues"
2018-01-16 20:08:47 -07:00
},
2021-10-01 11:29:47 -06:00
"homepage": "https://www.slvit.us/",
2023-03-04 16:07:39 -07:00
"dependencies": {
2023-11-27 19:50:49 -07:00
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
2023-01-25 11:41:39 -07:00
"@11ty/eleventy-navigation": "^0.3.5",
2023-03-04 16:07:39 -07:00
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"axios": "^1.3.4",
2023-03-04 12:06:37 -07:00
"cors": "^2.8.5",
2023-01-25 11:48:52 -07:00
"dotenv": "^16.0.3",
2023-03-04 12:06:37 -07:00
"express": "^4.18.2",
"gray-matter": "^4.0.3",
2023-11-27 19:50:49 -07:00
"luxon": "^3.4.4",
2023-03-04 16:07:39 -07:00
"markdown-it": "^13.0.1",
2023-11-27 19:17:55 -07:00
"markdown-it-anchor": "^8.6.7",
"nodemailer": "^6.9.1",
2023-03-04 12:06:37 -07:00
"stripe": "^11.13.0"
2018-01-16 20:08:47 -07:00
}
}