{
  "name": "frontend",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "preview": "npm-run-all --parallel sync start",
    "sync": "browser-sync start -p 'http://appza.local/wp-admin/admin.php?page=appza-builder' --files '**/*.php' 'build/*.js' 'build/*.css'",
    "build": "wp-scripts build",
    "check-engines": "wp-scripts check-engines",
    "check-licenses": "wp-scripts check-licenses",
    "format": "wp-scripts format",
    "lint:css": "wp-scripts lint-style",
    "lint:js": "wp-scripts lint-js",
    "lint:md:docs": "wp-scripts lint-md-docs",
    "lint:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@wordpress/scripts": "^26.13.0",
    "browser-sync": "^3.0.2",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.32",
    "postcss-preset-mantine": "^1.11.1",
    "postcss-simple-vars": "^7.0.1"
  },
  "dependencies": {
    "@hello-pangea/dnd": "^16.6.0",
    "@hugocxl/react-to-image": "^0.0.9",
    "@mantine/carousel": "^7.3.2",
    "@mantine/core": "^7.3.2",
    "@mantine/dropzone": "^7.3.2",
    "@mantine/form": "^7.6.2",
    "@mantine/hooks": "^7.3.2",
    "@mantine/modals": "^7.3.2",
    "@mantine/notifications": "^7.3.2",
    "@reduxjs/toolkit": "^2.8.2",
    "@tabler/icons-react": "^3.30.0",
    "@wordpress/element": "^5.20.0",
    "axios": "^1.7.9",
    "clsx": "^2.1.1",
    "embla-carousel-autoplay": "^7.1.0",
    "embla-carousel-react": "^7.1.0",
    "html-entities": "^2.5.2",
    "react-confetti": "^6.1.0",
    "react-redux": "^9.2.0",
    "react-router-dom": "^6.16.0",
    "rgb-hex": "^4.1.0"
  }
}
