| @@ -62,9 +62,9 @@ | ||
| 62 | 62 | "@testing-library/user-event": "^14.5.2", |
| 63 | 63 | "@wordpress/scripts": "^28.5.0", |
| 64 | 64 | "@wp-blocks/make-pot": "^1.4.0", |
| 65 | 65 | "concurrently": "^8.2.2", |
| 66 | - "cypress": "^15.14.0", | |
| 66 | + "cypress": "^13.17.0", | |
| 67 | 67 | "dotenv": "^17.2.0", |
| 68 | 68 | "dotenv-cli": "^7.4.2", |
| 69 | 69 | "eslint-config-prettier": "^9.1.0", |
| 70 | 70 | "eslint-plugin-cypress": "^3.5.0", |
| @@ -74,15 +74,13 @@ | ||
| 74 | 74 | "gulp": "^5.0.0", |
| 75 | 75 | "gulp-clean": "^0.4.0", |
| 76 | 76 | "prettier": "^3.3.3", |
| 77 | 77 | "tailwindcss": "^3.4.10", |
| 78 | - "tailwindcss-animate": "^1.0.7", | |
| 79 | - "tw-animate-css": "^1.4.0", | |
| 80 | 78 | "whatwg-fetch": "^3.6.20" |
| 81 | 79 | }, |
| 82 | 80 | "engines": { |
| 83 | - "node": ">=18.0.0", | |
| 84 | - "npm": ">=9.0.0" | |
| 81 | + "node": ">=14.0.0", | |
| 82 | + "npm": ">=6.9.0" | |
| 85 | 83 | }, |
| 86 | 84 | "browserslist": [ |
| 87 | 85 | "extends @wordpress/browserslist-config" |
| 88 | 86 | ], |
| @@ -96,31 +94,23 @@ | ||
| 96 | 94 | } |
| 97 | 95 | }, |
| 98 | 96 | "prettier": "@wordpress/prettier-config", |
| 99 | 97 | "dependencies": { |
| 100 | - "@base-ui/react": "^1.4.1", | |
| 101 | - "@fontsource-variable/geist": "^5.2.8", | |
| 102 | - "@headlessui/react": "^2.2.10", | |
| 98 | + "@headlessui/react": "^1.7.19", | |
| 103 | 99 | "@heroicons/react": "^2.1.5", |
| 104 | - "@redux-devtools/extension": "^4.0.0", | |
| 105 | 100 | "@reduxjs/toolkit": "^2.2.7", |
| 106 | 101 | "@wordpress/i18n": "^5.5.0", |
| 107 | - "class-variance-authority": "^0.7.1", | |
| 108 | 102 | "clsx": "^2.1.1", |
| 109 | - "date-fns": "^4.1.0", | |
| 110 | 103 | "emoji-picker-react": "^4.12.0", |
| 111 | - "lucide-react": "^1.11.0", | |
| 104 | + "moment": "^2.30.1", | |
| 112 | 105 | "react": "^18.3.1", |
| 113 | 106 | "react-best-gradient-color-picker": "^3.0.11", |
| 114 | 107 | "react-color": "^2.19.3", |
| 115 | - "react-day-picker": "^9.14.0", | |
| 116 | 108 | "react-dom": "^18.3.1", |
| 117 | 109 | "react-redux": "^9.1.2", |
| 118 | - "react-router": "^7.14.1", | |
| 110 | + "react-router-dom": "^6.26.1", | |
| 119 | 111 | "react-toastify": "^10.0.5", |
| 120 | - "recharts": "^3.8.0", | |
| 121 | - "shadcn": "^4.5.0", | |
| 122 | - "tailwind-merge": "^2.6.1", | |
| 112 | + "tailwind-merge": "^2.5.3", | |
| 123 | 113 | "tinycolor2": "^1.6.0", |
| 124 | 114 | "uuid": "^10.0.0" |
| 125 | 115 | } |
| 126 | 116 | } |