blog/package.json
2022-06-01 20:25:34 -04:00

24 lines
566 B
JSON

{
"name": "walkah.blog",
"version": "1.0.0",
"description": "The new blog. Just like the old blog.",
"scripts": {
"build": "eleventy",
"start": "eleventy --serve --watch"
},
"author": {
"name": "James Walker",
"email": "walkah@walkah.net",
"url": "https://walkah.net/"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@tryghost/content-api": "^1.9.4",
"dotenv": "^16.0.1",
"tailwindcss": "^3.0.24"
}
}