+ Adding deps required for better packaging
This commit is contained in:
parent
f65bc578a8
commit
0db05a2e5b
2815
ts/package-lock.json
generated
Normal file
2815
ts/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user