{
  "name": "uimix",
  "version": "0.0.4",
  "description": "Low-code UI development tool for React",
  "homepage": "https://github.com/seanchas116/uimix",
  "bugs": {
    "url": "https://github.com/seanchas116/uimix/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seanchas116/uimix.git"
  },
  "license": "MIT",
  "author": "Ryohei Ikegami",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "uimix": "bin/uimix.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-z build:tsc build:editor build:esbuild build:copy-static",
    "build:copy-static": "rm -rf ./dist/static && cp -r ../editor/dist ./dist/static",
    "build:editor": "cd ../editor && pnpm build",
    "build:esbuild": "node build.cjs",
    "build:tsc": "tsc",
    "dev": "nodemon --watch './src/**/*.ts' -e ts,tsx,json --exec 'ts-node-esm src/cli.ts ../sandbox'",
    "start": "node dist/cli.js ../sandbox",
    "test": "vitest"
  },
  "dependencies": {
    "@trpc/server": "^10.13.2",
    "@vitejs/plugin-react": "^3.1.0",
    "cac": "^6.7.14",
    "chokidar": "^3.5.3",
    "commander": "^10.0.0",
    "cors": "^2.8.5",
    "data-uri-to-buffer": "^4.0.1",
    "express": "^4.18.2",
    "glob": "^9.0.1",
    "lodash-es": "^4.17.21",
    "mkdirp": "^2.1.3",
    "prettier": "^2.8.4",
    "react-docgen-typescript": "^2.2.2",
    "tiny-typed-emitter": "^2.1.0",
    "trpc-panel": "^1.2.8",
    "vite": "^4.1.4",
    "ws": "^8.12.1",
    "zod": "^3.20.6"
  },
  "devDependencies": {
    "@types/cors": "^2.8.13",
    "@types/express": "^4.17.17",
    "@types/glob": "^8.1.0",
    "@types/lodash-es": "^4.17.6",
    "@types/prettier": "^2.7.2",
    "@types/ws": "^8.5.4",
    "@uimix/node-data": "workspace:*",
    "@uimix/render": "workspace:*",
    "esbuild": "^0.17.10",
    "esbuild-node-externals": "^1.6.0",
    "esbuild-register": "^3.4.2",
    "nodemon": "^2.0.20",
    "run-z": "^1.11.0",
    "ts-node": "^10.9.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^4.9.5",
    "vitest": "^0.29.1"
  }
}
