{
    "name": "@adminide-stack/vite-visualeditor",
    "version": "5.2.4-alpha.16",
    "description": "Sample core for higher packages to depend on",
    "license": "UNLICENSED",
    "author": "CDMBase LLC",
    "type": "module",
    "exports": {
        ".": {
            "types": "./lib/index.d.ts",
            "import": "./lib/index.js"
        },
        "./vite-plugin": {
            "types": "./lib/vite-plugin/index.d.ts",
            "import": "./lib/vite-plugin/index.js"
        }
    },
    "main": "lib/index.js",
    "module": "lib/index.js",
    "typings": "lib/index.d.ts",
    "scripts": {
        "build": "yarn build:clean && yarn build:lib",
        "build:clean": "rimraf lib",
        "build:lib": "rollup -c rollup.config.mjs",
        "build:lib:watch": "yarn build:lib -- --watch",
        "jest": "./node_modules/.bin/jest",
        "prepublish": "yarn build",
        "test": "cross-env ENV_FILE=../../config/test/test.env jest",
        "test:debug": "npm test -- --runInBand",
        "test:watch": "npm test -- --watch",
        "watch": "yarn build:lib:watch"
    },
    "dependencies": {
        "@monaco-editor/react": "^4.7.0",
        "@xstate/react": "^6.0.0",
        "class-variance-authority": "^0.7.0",
        "clsx": "^2.1.1",
        "fast-deep-equal": "^3.1.3",
        "glob": "^11.0.0",
        "immer": "^10.1.1",
        "keycloak-js": "^26.2.1",
        "lodash.template": "^4.5.0",
        "lucide-react": "^0.441.0",
        "monaco-editor": "^0.52.2",
        "object-hash": "^3.0.0",
        "react-error-boundary": "^4.0.13",
        "react-markdown": "^9.0.1",
        "react-resizable-panels": "^2.1.4",
        "react-syntax-highlighter": "^15.6.1",
        "remark-gfm": "^4.0.0",
        "remark-math": "^6.0.0",
        "xstate": "^5.24.0",
        "zod": "^4.0.0",
        "zustand": "^4.5.5"
    },
    "devDependencies": {
        "@types/lodash.template": "^4.5.3",
        "@types/object-hash": "^3.0.6",
        "@types/react-syntax-highlighter": "^15.5.13",
        "autoprefixer": "^10.4.20",
        "common": "5.2.4-alpha.16",
        "rollup-plugin-postcss": "^4.0.2",
        "ts-morph": "^23.0.0",
        "ts-to-zod": "^3.13.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "4f05a4e82cc45b6dc7f0a13dd43f949d17045460"
}
