{
  "name": "@pagemaker.io/plugins",
  "publishConfig": {
    "access": "public"
  },
  "version": "6.2.0",
  "description": "AlpineJS Plugins for Pagemaker",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js",
    "watch": "webpack --config webpack.config.js --watch",
    "serve": "http-server ./dist -p 7774 -a plugins.pagemaker.local -c-1",
    "serve-online": "ngrok http 7774",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@alpinejs/collapse": "^3.10.5",
    "@babel/core": "^7.16.7",
    "@babel/preset-env": "^7.16.7",
    "alpinejs": "^3.12.1",
    "uuid": "^9.0.1"
  },
  "main": "dist/all.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^7.1.5",
    "css-loader": "^6.3.0",
    "http-server": "^14.0.0",
    "mini-css-extract-plugin": "^0.9.0",
    "sass-loader": "^12.1.0",
    "webpack": "^5.55.1",
    "webpack-cli": "^4.8.0"
  }
}
