diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:42:28 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:42:28 -0700 |
| commit | 151b21a02e8f43a091ec1a78c794b97f43a5cfc9 (patch) | |
| tree | d7543ed5d0c5c6900c78ffd503a94c4e9d86906c /package.json | |
| parent | 338bcf12e0b7bbd6e587ec992e62860642856e80 (diff) | |
Initial Commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 4935d21..37139fc 100644 --- a/package.json +++ b/package.json @@ -14,5 +14,8 @@ "@astrojs/rss": "^2.4.3", "@astrojs/sitemap": "^2.0.1", "astro": "^2.9.1" + }, + "devDependencies": { + "astro-themes": "^0.2.4" } -}
\ No newline at end of file +} |
