aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-18 02:56:04 +0000
committerMohamedBassem <me@mbassem.com>2024-02-18 02:56:04 +0000
commit146d9ed674245940221d3a56fd20ca243f90060a (patch)
tree3f52548c6745180d7627102d7ae857cb8ad3d44b /package.json
parentf78cbe0bab0928a01d06185cbf0dece3505f8e77 (diff)
downloadkarakeep-146d9ed674245940221d3a56fd20ca243f90060a.tar.zst
build: Optimizing the docker image sizes a bit
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index c9b15e86..be5f485c 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,8 @@
"class-variance-authority": "^0.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
- "eslint-plugin-react-hooks": "^4.6.0"
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "typescript": "^5"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.20.1",
@@ -35,8 +36,7 @@
"eslint-plugin-tailwindcss": "^3.14.2",
"install": "^0.13.0",
"prettier": "3.2.5",
- "prettier-plugin-tailwindcss": "^0.5.11",
- "typescript": "^5"
+ "prettier-plugin-tailwindcss": "^0.5.11"
},
"packageManager": "yarn@4.1.0"
}