Skip to content

Commit d16b570

Browse files
committed
bye bye unused dependencies
1 parent 02da762 commit d16b570

File tree

3 files changed

+545
-315
lines changed

3 files changed

+545
-315
lines changed

package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"format:check": "prettier --check .",
88
"format": "prettier --check --write .",
99
"lint": "./build.sh lint",
10-
"lint:fix": "./build.sh lint_fix"
10+
"lint:fix": "./build.sh lint_fix",
11+
"depcheck": "depcheck"
1112
},
1213
"repository": {
1314
"type": "git",
@@ -25,19 +26,8 @@
2526
"homepage": "https://github.com/viqueen/devbox#readme",
2627
"devDependencies": {
2728
"@labset-eslint/eslint-plugin": "^1.3.0",
28-
"@types/chance": "^1.1.3",
29-
"@types/concat-stream": "^2.0.0",
30-
"@types/cors": "^2.8.13",
31-
"@types/express": "^5.0.0",
32-
"@types/jsonpath": "^0.2.0",
33-
"@types/mailparser": "^3.4.0",
34-
"@types/minimist": "^1.2.2",
35-
"@types/morgan": "^1.9.4",
36-
"@types/node": "^22.0.0",
37-
"@types/prettyjson": "^0.0.33",
38-
"@typescript-eslint/eslint-plugin": "^8.0.0",
39-
"@typescript-eslint/parser": "^8.0.0",
4029
"datauri": "^4.1.0",
30+
"depcheck": "^1.4.7",
4131
"eslint": "^8.43.0",
4232
"eslint-plugin-import": "^2.27.5",
4333
"gm": "^1.25.0",

tsconfig.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)