aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-12 12:07:30 -0700
committerFuwn <[email protected]>2021-04-12 12:07:30 -0700
commit22f18ada306e7238a0d35a28e7c3f9f8f3eecb12 (patch)
tree2b18eb1e5e950e9e00e04862234415c14b3a4ef6 /package.json
parentblog: The State of Whirl (diff)
downloadsite-22f18ada306e7238a0d35a28e7c3f9f8f3eecb12.tar.xz
site-22f18ada306e7238a0d35a28e7c3f9f8f3eecb12.zip
feature: Algolia search
The dotenv package is required from grabbing GitHub secrets from the environment.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1fac670..95b0dc2 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.72",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
+ "dotenv": "^8.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},