diff options
author | Alexis Hovorka <[email protected]> | 2025-05-12 18:35:57 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2025-05-12 18:35:57 -0600 |
commit | c7d6fa529c2ddc2d6212abab42cb2c5d23d58176 (patch) | |
tree | fc2e7a35bebe409345d03ac0ed5fc45a85559eff | |
parent | f8814815f8c21f8f0e8e0f77909f991324403f6f (diff) |
[chore] Move footnote library to dev dependencies
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 55e3f4e..be683f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "dependencies": { "highlight.js": "^11.6.0", - "markdown-it-footnote": "^4.0.0", "twemoji": "^14.0.2" }, "devDependencies": { @@ -19,6 +18,7 @@ "markdown-it": "^12.3.2", "markdown-it-anchor": "^7.1.0", "markdown-it-emoji": "^2.0.0", + "markdown-it-footnote": "^4.0.0", "markdown-it-mark": "^3.0.1" } }, @@ -1992,7 +1992,8 @@ "node_modules/markdown-it-footnote": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz", - "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==" + "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==", + "dev": true }, "node_modules/markdown-it-mark": { "version": "3.0.1", @@ -5104,7 +5105,8 @@ "markdown-it-footnote": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/markdown-it-footnote/-/markdown-it-footnote-4.0.0.tgz", - "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==" + "integrity": "sha512-WYJ7urf+khJYl3DqofQpYfEYkZKbmXmwxQV8c8mO/hGIhgZ1wOe7R4HLFNwqx7TjILbnC98fuyeSsin19JdFcQ==", + "dev": true }, "markdown-it-mark": { "version": "3.0.1", |