{ "name": "23.09.2024-cpl-v4", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "clean": "rimraf .next out", "build": "npm run clean && next build", "postbuild": "copy LICENSE_ICONIFY.txt out\\LICENSE_ICONIFY.txt", "start": "next start", "lint": "next lint", "test": "jest", "prepare": "husky install" }, "dependencies": { "@fontsource/roboto": "^5.1.0", "@iconify-icons/ri": "^1.2.10", "@iconify/json": "^2.2.253", "@iconify/react": "^5.0.2", "@reduxjs/toolkit": "^2.3.0", "autoprefixer": "^10.4.20", "bcryptjs": "^2.4.3", "bootstrap-icons": "^1.11.3", "chart.js": "^4.4.5", "chartjs-adapter-date-fns": "^3.0.0", "chartjs-adapter-moment": "^1.0.1", "chartjs-plugin-zoom": "^2.0.1", "crypto-js": "^4.2.0", "date-fns": "^4.1.0", "idb": "^8.0.0", "jsonwebtoken": "^9.0.2", "jwt-decode": "^4.0.0", "next": "^14.2.23", "react": "^18.3.1", "react-chartjs-2": "^5.3.0", "react-date-picker": "^11.0.0", "react-datepicker": "^8.0.0", "react-dom": "^18.3.1", "react-modal": "^3.16.1", "react-redux": "^9.1.2", "react-spinners": "^0.14.1", "react-toastify": "^10.0.6", "redux": "^5.0.1", "redux-persist": "^6.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/bcryptjs": "^2.4.6", "@types/crypto-js": "^4.2.2", "@types/cypress": "^1.1.6", "@types/jest": "^29.5.14", "@types/node": "^22.10.10", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/react-modal": "^3.16.3", "@types/redux-mock-store": "^1.5.0", "@types/testing-library__react": "^10.2.0", "cypress": "^14.0.0", "husky": "^8.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.4.47", "redux-mock-store": "^1.5.5", "rimraf": "^5.0.10", "tailwindcss": "^3.4.12", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }