diff --git a/package.json b/package.json index b292008..4f0fae7 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,6 @@ "@mui/material": "^5.15.15", "@mui/utils": "^5.15.14", "@reduxjs/toolkit": "^2.2.3", - "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.5", - "@testing-library/user-event": "^14.5.2", "@vitejs/plugin-react": "^4.2.1", "apexcharts": "^3.49.0", "formik": "^2.4.6", @@ -32,7 +29,7 @@ "scripts": { "start": "vite", "build": "vite build", - "build-stage": "env-cmd -f .env.qa react-app-rewired build", + "build-stage": "env-cmd -f .env.qa vite build", "preview": "vite preview", "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", "lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"", @@ -65,6 +62,9 @@ "@babel/core": "^7.24.5", "@babel/eslint-parser": "^7.24.5", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", + "@testing-library/jest-dom": "^6.4.2", + "@testing-library/react": "^15.0.5", + "@testing-library/user-event": "^14.5.2", "env-cmd": "^10.1.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0",