astro/examples/social-feed/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
356 B
JSON
Raw Normal View History

2023-06-14 15:50:31 +00:00
{
"name": "@example/social-feed",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-09-12 19:38:43 +00:00
"@astrojs/rss": "^3.0.0",
"astro": "^3.0.1",
"reading-time": "^1.5.0"
2023-06-14 15:50:31 +00:00
}
}