aboutsummaryrefslogtreecommitdiff
path: root/examples/blog/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/package.json')
-rw-r--r--examples/blog/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
new file mode 100644
index 000000000..0d974a4c2
--- /dev/null
+++ b/examples/blog/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "@example/blog",
+ "type": "module",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/mdx": "^4.3.0",
+ "@astrojs/rss": "^4.0.12",
+ "@astrojs/sitemap": "^3.4.1",
+ "astro": "^5.9.0",
+ "sharp": "^0.34.2"
+ }
+}