{
  "version": "2.0.3",
  "name": "@plasmicapp/loader-nextjs",
  "description": "Plasmic loader SDK for Next.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasmicapp/plasmic.git",
    "directory": "packages/loader-nextjs"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./react-server": {
      "types": "./dist/react-server.d.ts",
      "import": "./dist/react-server.esm.js",
      "require": "./dist/react-server.js"
    },
    "./react-server-conditional": {
      "react-server": {
        "types": "./dist/react-server.d.ts",
        "import": "./dist/react-server.esm.js",
        "require": "./dist/react-server.js"
      },
      "default": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.esm.js",
        "require": "./dist/index.js"
      }
    },
    "./edge": {
      "types": "./dist/edge.d.ts",
      "default": "./dist/edge.js"
    }
  },
  "files": [
    "dist",
    "index.d.ts",
    "react-server.d.ts",
    "react-server-conditional.d.ts",
    "edge.d.ts"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "build": "yarn build:types && yarn build:index && yarn build:edge && yarn build:react-server",
    "build:types": "yarn tsc",
    "build:index": "node ../../build.mjs ./src/index.tsx --use-client",
    "build:edge": "node ../../build.mjs ./src/edge.ts --no-esm",
    "build:react-server": "node ../../build.mjs ./src/react-server.tsx",
    "yalcp": "yalc publish --push",
    "test": "jest packages/loader-nextjs --config=../../jest.config.js --passWithNoTests",
    "coverage": "yarn test --coverage",
    "lint": "eslint",
    "prepublishOnly": "npm run build",
    "postpublish": "bash ../../scripts/publish-api-doc-model.sh",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "15 KB"
    },
    {
      "path": "dist/react-server.js",
      "limit": "15 KB"
    }
  ],
  "dependencies": {
    "@plasmicapp/loader-core": "2.0.0",
    "@plasmicapp/loader-edge": "1.0.76",
    "@plasmicapp/loader-react": "2.0.3",
    "@plasmicapp/nextjs-app-router": "1.0.23",
    "@plasmicapp/watcher": "1.0.84",
    "server-only": "0.0.1"
  },
  "devDependencies": {
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "next": "^14",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "peerDependencies": {
    "next": ">=14.0.0",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "gitHead": "f110feb3414bdfdcbd84167e91a951f8dcd4dd60"
}
