From 670bdcab0a607df843324a138ffba7e2ddcd07ca Mon Sep 17 00:00:00 2001 From: Janumala Akhilendra <82641474+JanumalaAkhilendra@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:58:26 +0530 Subject: [PATCH] Update package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/package.json b/package.json index 721e6c2..dfcee85 100644 --- a/package.json +++ b/package.json @@ -4,21 +4,42 @@ "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/preset-env": "^7.26.0", + "@babel/preset-react": "^7.26.3", + "@emotion/react": "^11.14.0", + "@emotion/styled": "^11.14.0", + "@eslint/config-array": "^0.19.1", + "@eslint/object-schema": "^2.1.5", "@headlessui/react": "^2.1.8", "@heroicons/react": "^2.1.5", + "@jridgewell/sourcemap-codec": "^1.5.0", + "@lottiefiles/dotlottie-react": "^0.12.0", + "@mui/material": "^6.3.1", "@reduxjs/toolkit": "^2.2.7", + "@rollup/plugin-terser": "^0.4.4", "@tailwindcss/typography": "^0.5.15", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", + "babel-plugin-styled-components": "^2.1.4", "framer-motion": "^11.9.0", + "glob": "^11.0.0", "gsap": "^3.12.5", + "lottie-react": "^2.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-locomotive-scroll": "^0.2.2", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", "react-scripts": "^5.0.1", + "react-toastify": "^11.0.2", + "rimraf": "^6.0.1", "scrolltrigger": "^1.0.1", "styled-components": "^6.1.13", "web-vitals": "^2.1.4" @@ -49,7 +70,10 @@ }, "devDependencies": { "autoprefixer": "^10.4.20", + "css-loader": "^7.1.2", "postcss": "^8.4.47", + "postcss-loader": "^8.1.1", + "source-map-loader": "^5.0.0", "tailwindcss": "^3.4.13" } }