Browse Source

moving type and eslint related packages to dev dependencies (#811)

Co-authored-by: msri23 <112919748+msri23@users.noreply.github.com>
Sri 1 year ago
parent
commit
d87a7ddd83
2 changed files with 145 additions and 83 deletions
  1. 134 72
      frontend/package-lock.json
  2. 11 11
      frontend/package.json

File diff suppressed because it is too large
+ 134 - 72
frontend/package-lock.json


+ 11 - 11
frontend/package.json

@@ -11,17 +11,8 @@
     "@nextui-org/react": "^2.2.10",
     "@react-types/shared": "^3.22.1",
     "@reduxjs/toolkit": "^2.2.2",
-    "@testing-library/jest-dom": "^6.4.2",
-    "@testing-library/react": "^13.4.0",
-    "@testing-library/user-event": "^13.5.0",
-    "@types/node": "^18.0.0 ",
-    "@types/react": "^18.2.66",
-    "@types/react-dom": "^18.2.22",
-    "@types/react-syntax-highlighter": "^15.5.11",
-    "@typescript-eslint/eslint-plugin": "^7.4.0",
     "@vitejs/plugin-react": "^4.2.1",
     "@xterm/xterm": "^5.4.0",
-    "eslint-config-airbnb-typescript": "^18.0.0",
     "framer-motion": "^11.0.24",
     "jose": "^5.2.3",
     "i18next": "^23.10.1",
@@ -36,7 +27,6 @@
     "react-redux": "^9.1.0",
     "react-syntax-highlighter": "^15.5.0",
     "tailwind-merge": "^2.2.2",
-    "typescript": "^5.4.3",
     "vite": "^5.1.6",
     "vite-tsconfig-paths": "^4.3.2",
     "web-vitals": "^2.1.4",
@@ -89,7 +79,17 @@
     "postcss": "^8.4.38",
     "prettier": "^3.2.5",
     "tailwindcss": "^3.4.2",
-    "ts-jest": "^29.1.2"
+    "ts-jest": "^29.1.2",
+    "@testing-library/jest-dom": "^6.4.2",
+    "@testing-library/react": "^13.4.0",
+    "@testing-library/user-event": "^13.5.0",
+    "@types/node": "^18.0.0 ",
+    "@types/react": "^18.2.66",
+    "@types/react-dom": "^18.2.22",
+    "@types/react-syntax-highlighter": "^15.5.11",
+    "@typescript-eslint/eslint-plugin": "^7.4.0",
+    "eslint-config-airbnb-typescript": "^18.0.0",
+    "typescript": "^5.4.3"
   },
   "packageManager": "npm@10.5.0",
   "volta": {

Some files were not shown because too many files changed in this diff