+ 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

@ -6,12 +6,17 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"setup": "mkdir -p api/static/js",
"build": "tsc"
"build": "tsc"
},
"repository": {
"type": "git",
"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"
}
}