From 6042eb186654a308d07feb6f9f0e4456be6df6fb Mon Sep 17 00:00:00 2001 From: haunter Date: Thu, 24 Jul 2025 14:30:42 +0000 Subject: [PATCH] lite --- package.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/package.json b/package.json index 5c51c6b..2b3ef8b 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,9 @@ "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@fontsource/roboto": "^5.1.0", - "@iconify/react": "^5.1.0", - "@mui/lab": "^6.0.0-beta.21", "@mui/material": "^6.3.0", - "@mui/x-data-grid": "^7.23.5", - "@sentry/nextjs": "^8.47.0", "@tanstack/react-query": "^5.75.5", "chess.js": "^1.2.0", - "firebase": "^11.1.0", - "idb": "^8.0.1", "jotai": "^2.11.0", "next": "15.2.4", "react": "18.3.1", @@ -32,22 +25,15 @@ "tinycolor2": "^1.6.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "^5.74.7", "@types/node": "^22.10.2", "@types/react": "18.2.11", "@types/react-dom": "^18.3.5", "@types/tinycolor2": "^1.4.6", "@typescript-eslint/eslint-plugin": "^8.18.2", "@typescript-eslint/parser": "^8.18.2", - "aws-cdk": "^2.1007.0", - "aws-cdk-lib": "^2.186.0", - "constructs": "^10.0.0", "eslint": "^8.57.1", "eslint-config-next": "^15.1.3", - "eslint-config-prettier": "^8.10.0", - "eslint-plugin-deprecation": "^3.0.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-prettier": "^5.2.1", "typescript": "^5.7.2" } }