{
  "name": "grapesjsbuilderbundle",
  "version": "1.0.0",
  "description": "⚠️ This Plugin is still Beta! It works great already and we're developing it actively! Please use it and report everything inside the \"Issues\" here in Github. ⚠️",
  "main": "index.js",
  "scripts": {
    "build": "parcel build Assets/library/js/builder.js --out-dir Assets/library/js/dist --public-url ./",
    "build-dev": "NODE_ENV=development parcel build Assets/library/js/builder.js --out-dir Assets/library/js/dist --public-url ./ --no-minify ",
    "dev": "NODE_ENV=development parcel watch Assets/library/js/* --out-dir Assets/library/js/dist --public-url /plugins/GrapesJsBuilderBundle/Assets/library/js/dist --hmr-hostname localhost",
    "lint": "eslint Assets/library/js/",
    "prettier": "node_modules/.bin/prettier -w Assets/library/js/",
    "prettier-check": "node_modules/.bin/prettier -c Assets/library/js/",
    "start-helloWorld": "parcel Demo/helloWorld/index.html",
    "start-mautic-full": "cp -r Demo/data dist && parcel Demo/mautic/full.html",
    "start-mautic": "cp -r Demo/data dist && parcel Demo/mautic/index.html",
    "update-mautic-preset": "rm -r node_modules/grapesjs-preset-mautic && npm install grapesjs-preset-mautic"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mautic/plugin-grapesjs-builder.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mautic/plugin-grapesjs-builder/issues"
  },
  "homepage": "https://github.com/mautic/plugin-grapesjs-builder#readme",
  "dependencies": {
    "grapesjs": "^0.17.29",
    "grapesjs-mjml": "^0.5.8",
    "grapesjs-parser-postcss": "^0.1.1",
    "grapesjs-plugin-ckeditor5": "^0.0.33",
    "grapesjs-preset-mautic": "github:mollux/grapesjs-preset-mautic#ckeditor5",
    "grapesjs-preset-newsletter": "^0.2.21",
    "grapesjs-preset-webpage": "^0.1.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.7",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.16.8",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.7.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "parcel-bundler": "^1.12.4",
    "prettier": "^2.5.1",
    "sass": "^1.48.0"
  }
}
