{
  "name": "liquid-editor-react",
  "version": "1.0.3",
  "description": "A React component library for building interactive Liquid template expressions with visual editing capabilities",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    },
    "./styles": "./dist/liquid-editor-react.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build && npm run build:types",
    "build:lib": "vite build --config vite.lib.config.ts",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist",
    "build:demo": "vite build --config vite.demo.config.ts",
    "lint": "eslint .",
    "preview": "vite preview",
    "prepublishOnly": "npm run build:lib"
  },
  "keywords": [
    "react",
    "liquid",
    "template",
    "editor",
    "shopify",
    "liquid-template",
    "visual-editor",
    "component",
    "typescript"
  ],
  "author": "Alexander Selivanov",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apphud/liquid-editor.git"
  },
  "homepage": "https://github.com/apphud/liquid-editor#readme",
  "bugs": {
    "url": "https://github.com/apphud/liquid-editor/issues"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.25.0",
    "@types/node": "^22.15.29",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "@vitejs/plugin-react": "^4.4.1",
    "eslint": "^9.25.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.19",
    "globals": "^16.0.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  }
}
