| @@ -46,13 +46,10 @@ | ||
| 46 | 46 | "postinstall": "npm run build", |
| 47 | 47 | "publish": "npm run build && composer install --no-dev && composer dumpautoload -o && npm run plugin-zip", |
| 48 | 48 | "push": "npm run test && npm run lint:js && npm run lint:css", |
| 49 | 49 | "wp-env": "wp-env start", |
| 50 | - "tailwind": "npx @tailwindcss/cli -i assets/src/styles/tailwind.css -o backend/views/asset/tailwind.css --watch", | |
| 51 | - "common-tailwind": "npx @tailwindcss/cli -i assets/src/styles/common-tailwind.css -o backend/views/asset/common-tailwind.css --watch", | |
| 52 | - "tailwind:build": "npx @tailwindcss/cli -i assets/src/styles/tailwind.css -o backend/views/asset/tailwind.css", | |
| 53 | - "common-tailwind:build": "npx @tailwindcss/cli -i assets/src/styles/common-tailwind.css -o backend/views/asset/common-tailwind.css", | |
| 54 | - "build:css": "npm run tailwind:build && npm run common-tailwind:build", | |
| 50 | + "tailwind": "npx tailwindcss -i assets/src/styles/tailwind.css -o backend/views/asset/tailwind.css --watch", | |
| 51 | + "common-tailwind": "npx tailwindcss -i assets/src/styles/common-tailwind.css -o backend/views/asset/common-tailwind.css --watch", | |
| 55 | 52 | "test": "jest --config jest.config.js", |
| 56 | 53 | "cy:open": "dotenv -e .env cypress open", |
| 57 | 54 | "cy:run": "dotenv -e .env cypress run", |
| 58 | 55 | "clean": "gulp clean", |
| @@ -76,15 +73,14 @@ | ||
| 76 | 73 | "eslint-plugin-react-refresh": "^0.4.9", |
| 77 | 74 | "gulp": "^5.0.0", |
| 78 | 75 | "gulp-clean": "^0.4.0", |
| 79 | 76 | "prettier": "^3.3.3", |
| 80 | - "tailwindcss": "^4.3.3", | |
| 81 | - "tw-animate-css": "^1.4.0", | |
| 77 | + "tailwindcss": "^3.4.10", | |
| 82 | 78 | "whatwg-fetch": "^3.6.20" |
| 83 | 79 | }, |
| 84 | 80 | "engines": { |
| 85 | - "node": ">=20.0.0", | |
| 86 | - "npm": ">=9.0.0" | |
| 81 | + "node": ">=14.0.0", | |
| 82 | + "npm": ">=6.9.0" | |
| 87 | 83 | }, |
| 88 | 84 | "browserslist": [ |
| 89 | 85 | "extends @wordpress/browserslist-config" |
| 90 | 86 | ], |
| @@ -98,28 +94,23 @@ | ||
| 98 | 94 | } |
| 99 | 95 | }, |
| 100 | 96 | "prettier": "@wordpress/prettier-config", |
| 101 | 97 | "dependencies": { |
| 102 | - "@base-ui/react": "^1.4.1", | |
| 103 | 98 | "@headlessui/react": "^2.2.10", |
| 104 | 99 | "@heroicons/react": "^2.1.5", |
| 105 | - "@redux-devtools/extension": "^4.0.0", | |
| 106 | 100 | "@reduxjs/toolkit": "^2.2.7", |
| 107 | 101 | "@wordpress/i18n": "^5.5.0", |
| 108 | - "class-variance-authority": "^0.7.1", | |
| 109 | 102 | "clsx": "^2.1.1", |
| 110 | - "date-fns": "^4.1.0", | |
| 111 | 103 | "emoji-picker-react": "^4.12.0", |
| 112 | - "lucide-react": "^1.11.0", | |
| 104 | + "moment": "^2.30.1", | |
| 113 | 105 | "react": "^18.3.1", |
| 114 | 106 | "react-best-gradient-color-picker": "^3.0.11", |
| 115 | - "react-day-picker": "^9.14.0", | |
| 107 | + "react-color": "^2.19.3", | |
| 116 | 108 | "react-dom": "^18.3.1", |
| 117 | 109 | "react-redux": "^9.1.2", |
| 118 | 110 | "react-router": "^7.14.1", |
| 119 | 111 | "react-toastify": "^10.0.5", |
| 120 | - "recharts": "^3.8.0", | |
| 121 | - "shadcn": "^4.5.0", | |
| 122 | - "tailwind-merge": "^3.6.0", | |
| 112 | + "tailwind-merge": "^2.5.3", | |
| 113 | + "tinycolor2": "^1.6.0", | |
| 123 | 114 | "uuid": "^10.0.0" |
| 124 | 115 | } |
| 125 | 116 | } |