+ Adding deps required for better packaging

This commit is contained in:
shockrah 2022-03-22 17:15:51 -07:00
parent f65bc578a8
commit 0db05a2e5b
2 changed files with 2822 additions and 2 deletions

2815
ts/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,5 +13,10 @@
"url": "gitlab.com/shockrah/clippable.git"
},
"author": "shockrah",
"license": "GPL-3.0"
"license": "GPL-3.0",
"dependencies": {
"eslint": "^8.11.0",
"ts-loader": "^9.2.8",
"tslib": "^2.3.1"
}
}