{
  "devDependencies": {
    "@types/jss": "^10.0.0",
    "@types/lodash": "^4.17.7",
    "@types/lodash.debounce": "^4.0.9",
    "@types/moment": "^2.11.29",
    "@wordpress/scripts": "^27.7.0",
    "chokidar": "^4.0.3",
    "concurrently": "^9.1.2",
    "raw-loader": "^4.0.2",
    "tailwindcss": "^3.4.3",
    "typescript": "^5.4.5"
  },
  "name": "swift-coupons-for-woocommmerce",
  "version": "1.0.4",
  "description": "Swift Coupons for WooCommerce is a powerful and feature-rich coupon plugin for WooCommerce that allows you to create and manage coupons for your store.",
  "main": "index.tsx",
  "engines": {
    "node": ">=20.11.1"
  },
  "dependencies": {
    "@ant-design/icons": "^5.3.7",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@types/qrcode": "^1.5.5",
    "@wordpress/api-fetch": "^6.53.0",
    "@wordpress/element": "^5.33.0",
    "antd": "^5.18.0",
    "lucide-react": "^0.515.0",
    "qrcode": "^1.5.4"
  },
  "scripts": {
    "clean": "rimraf assets/js/* assets/css/style.css",
    "dev": "concurrently \"npm run dev:tabs\" \"npm run dev:welcome\" \"npm run dev:tailwind\"",
    "build": "npm run clean && npm run build:tabs && npm run build:welcome && npm run build:tailwind -- --minify",
    "dev:tailwind": "npm run build:tailwind -- --watch",
    "build:tailwind": "npx tailwindcss -i ./src/input.css -o ./assets/css/style.css",
    "dev:tabs": "wp-scripts start ./src/Tabs/index --output-path=./assets/js/tabs --webpack-copy-php",
    "build:tabs": "wp-scripts build ./src/Tabs/index --output-path=./assets/js/tabs --webpack-copy-php",
    "dev:welcome": "wp-scripts start ./src/Welcome/index --output-path=./assets/js/welcome --webpack-copy-php",
    "build:welcome": "wp-scripts build ./src/Welcome/index --output-path=./assets/js/welcome --webpack-copy-php"
  },
  "optionalDependencies": {
    "fsevents": "latest"
  },
  "author": "Rehan Adil",
  "license": "ISC"
}
