{
  "name": "@lowdefy/server",
  "version": "5.5.1",
  "license": "Apache-2.0",
  "description": "",
  "homepage": "https://lowdefy.com",
  "keywords": [
    "lowdefy",
    "server"
  ],
  "bugs": {
    "url": "https://github.com/lowdefy/lowdefy/issues"
  },
  "contributors": [
    {
      "name": "Sam Tolmay",
      "url": "https://github.com/SamTolmay"
    },
    {
      "name": "Gerrie van Wyk",
      "url": "https://github.com/Gervwyk"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lowdefy/lowdefy.git"
  },
  "files": [
    "lib/*",
    "lowdefy/*",
    "pages/*",
    "public_default/*",
    "next.config.js",
    "postcss.config.js",
    "package.original.json",
    ".eslintrc.yaml",
    ".npmrc"
  ],
  "scripts": {
    "build": "cp package.json package.original.json || copy package.json package.original.json",
    "build:lowdefy": "node lowdefy/build.mjs",
    "build:next": "next build",
    "dev": "next dev",
    "start": "next start",
    "lint": "next lint",
    "next": "next",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@ant-design/cssinjs": "2.1.2",
    "@ant-design/x": "2.7.0",
    "@lowdefy/actions-core": "5.5.1",
    "@lowdefy/api": "5.5.1",
    "@lowdefy/block-utils": "5.5.1",
    "@lowdefy/blocks-antd": "5.5.1",
    "@lowdefy/blocks-antd-x": "5.5.1",
    "@lowdefy/blocks-basic": "5.5.1",
    "@lowdefy/blocks-loaders": "5.5.1",
    "@lowdefy/blocks-tiptap": "5.5.1",
    "@lowdefy/client": "5.5.1",
    "@lowdefy/errors": "5.5.1",
    "@lowdefy/helpers": "5.5.1",
    "@lowdefy/layout": "5.5.1",
    "@lowdefy/logger": "5.5.1",
    "@lowdefy/node-utils": "5.5.1",
    "@lowdefy/operators-js": "5.5.1",
    "@lowdefy/plugin-next-auth": "5.5.1",
    "@sentry/nextjs": "8.53.0",
    "@tailwindcss/postcss": "4.2.1",
    "antd": "6.3.1",
    "dayjs": "1.11.19",
    "next": "16.1.6",
    "next-auth": "4.24.10",
    "pino": "8.16.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-icons": "5.6.0",
    "tailwindcss": "4.2.1",
    "uuid": "13.0.0"
  },
  "devDependencies": {
    "@lowdefy/build": "5.5.1",
    "@next/eslint-plugin-next": "16.1.6",
    "@tailwindcss/postcss": "4.2.1",
    "tailwindcss": "4.2.1",
    "webpack": "5.94.0",
    "yaml": "2.3.4",
    "yargs": "17.7.2"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
