{
  "name": "@dcodegroup-au/page-builder",
  "version": "1.0.3",
  "exports": {
    ".": {
      "import": "./dist/page-builder.es.js"
    },
    "./page-builder.css": "./dist/page-builder.css"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "example": "cd example && pnpm run dev",
    "build": "vite build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/DCODE-GROUP/page-builder.git"
  },
  "author": "",
  "license": "ISC",
  "description": "This package provides functionality for page builder in Laravel. This includes managing pages and their content.",
  "directories": {
    "example": "example"
  },
  "keywords": [],
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/DCODE-GROUP/page-builder/issues"
  },
  "homepage": "https://github.com/DCODE-GROUP/page-builder#readme",
  "dependencies": {
    "@formkit/auto-animate": "^0.8.2",
    "@fortawesome/fontawesome": "^1.1.8",
    "@fortawesome/fontawesome-svg-core": "^6.2.1",
    "axios": "^1.2.3",
    "dropzone": "^5.5.1",
    "lodash": "^4.17.21",
    "quill": "^2.0.3",
    "toastify-js": "^1.12.0",
    "uuid": "^9.0.0",
    "vue-select": "^4.0.0-beta.6",
    "vue-select-3": "^1.0.1",
    "vue-shadow-dom": "^4.2.0",
    "vue3-carousel": "^0.15.1",
    "vue3-quill": "^0.3.1",
    "vuedraggable": "^4.1.0"
  },
  "devDependencies": {
    "@tailwindcss/forms": "^0.5.10",
    "@tailwindcss/postcss": "^4.1.7",
    "@tailwindcss/typography": "^0.5.16",
    "@tailwindcss/vite": "^4.1.7",
    "@vitejs/plugin-vue": "^5.2.4",
    "autoprefixer": "^10.4.21",
    "postcss": "^8.5.3",
    "postcss-nested": "^7.0.2",
    "tailwindcss": "^3.4",
    "vite": "^6.3.5",
    "vite-svg-loader": "^5.1.0"
  }
}
