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-lock.json | |
| parent | 338bcf12e0b7bbd6e587ec992e62860642856e80 (diff) | |
Initial Commit
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index c0b93d3..873115a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,9 @@ "@astrojs/rss": "^2.4.3", "@astrojs/sitemap": "^2.0.1", "astro": "^2.9.1" + }, + "devDependencies": { + "astro-themes": "^0.2.4" } }, "node_modules/@ampproject/remapping": { @@ -1354,6 +1357,15 @@ } } }, + "node_modules/astro-themes": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/astro-themes/-/astro-themes-0.2.4.tgz", + "integrity": "sha512-8MUrH4QgOtAmR1RjsERsOFzPhVHTfHRiAi5dCufWsRZCzH11Z+EeHUTCjQl+jDqmRaE7ICP5hLXgC8pGIR/4kA==", + "dev": true, + "peerDependencies": { + "astro": "*" + } + }, "node_modules/astro/node_modules/estree-walker": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.0.tgz", |
