{
  "name": "@simplex_moon_npm/property-panel",
  "version": "0.0.1",
  "publishConfig": {
    "access": "public"
  },
  "description": "A flexible property panel component for React applications",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles": "./dist/index.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "npm run build:lib && npm run build:types",
    "build:lib": "rollup -c",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist --noEmit false --noCheck",
    "demo": "vite --open demo.html",
    "index": "vite --open index.html",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "property-panel",
    "form",
    "antd",
    "component",
    "ui"
  ],
  "author": "Your Name",
  "license": "MIT",
  "peerDependencies": {
    "antd": ">=5.0.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.7.0",
    "json-logic-js": "^2.0.5",
    "lodash": "^4.17.21",
    "react-color": "^2.19.3",
    "styled-components": "^6.1.8"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/json-logic-js": "^2.0.8",
    "@types/lodash": "^4.14.202",
    "@types/node": "^24.0.10",
    "@types/react": "^18.2.43",
    "@types/react-color": "^3.0.13",
    "@types/react-dom": "^18.2.17",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "@vitejs/plugin-react": "^4.2.1",
    "antd": "^5.12.8",
    "eslint": "^8.55.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.9.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "typescript": "^5.2.2",
    "vite": "^5.0.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/k3-studio/property-panel.git"
  },
  "bugs": {
    "url": "https://github.com/k3-studio/property-panel/issues"
  },
  "homepage": "https://github.com/k3-studio/property-panel#readme"
}
