add web-weevr as sole dependency

This commit is contained in:
Eric Woodward 2024-01-28 00:50:42 -05:00
parent f857cb5b60
commit 43830db1d9
2 changed files with 468 additions and 905 deletions

1344
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "planar-vagabond",
"version": "0.11.17",
"version": "0.12.1",
"description": "",
"main": "index.js",
"scripts": {
@ -13,32 +13,7 @@
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"chokidar": "^3.4.3",
"dotenv": "^16.0.1",
"highlight.js": "^11.3.1",
"json5": "^2.1.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-implicit-figures": "^0.11.0",
"markdown-it-include": "^2.0.0",
"markdown-it-mark": "^3.0.1",
"markdown-it-multimd-table": "^4.2.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"network-address": "^1.1.2",
"prettier": "^2.8.8",
"serve-handler": "^6.1.3"
},
"devDependencies": {
"ejs": "^3.1.5",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"glob": "^8.0.3",
"serve": "^14.1.2",
"yargs": "^17.3.1"
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
}
}