{
  "name": "@easytwin/runtime-frontend",
  "version": "0.0.40",
  "type": "module",
  "main": "lib/esm.js",
  "module": "lib/esm.js",
  "types": "lib/index.d.ts",
  "author": "",
  "license": "ISC",
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/chroma-js": "^2.4.4",
    "@types/lodash-es": "4.17.6",
    "@types/node": "^22.15.19",
    "@types/react": "18.3.2",
    "@types/react-dom": "18.3.0",
    "@types/three": "0.166.0",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^6.9.0",
    "@typescript-eslint/parser": "^6.9.0",
    "@vitejs/plugin-react": "^4.3.3",
    "eslint": "^8.52.0",
    "install": "^0.13.0",
    "less": "4.1.3",
    "postcss": "^8.4.23",
    "tslib": "^2.6.3",
    "vite": "^5.4.10",
    "vite-plugin-dts": "^4.3.0",
    "vite-plugin-svgr": "^4.2.0"
  },
  "dependencies": {
    "@arco-design/web-react": "2.62.0",
    "@easyv/react-components": "0.4.3",
    "@easyv/react-icons": "^6.7.0",
    "@tanstack/react-query": "4.20.4",
    "ahooks": "^3.7.11",
    "chroma-js": "^3.1.1",
    "classnames": "2.3.1",
    "dayjs": "1.11.4",
    "immer": "^10.0.2",
    "lodash-es": "4.17.21",
    "mobx-react-lite": "^4.0.7",
    "monaco-editor": "0.33.0",
    "nanoid": "^4.0.2",
    "react": "18.2.0",
    "react-dnd": "^16.0.1",
    "react-dom": "18.2.0",
    "react-sortablejs": "6.1.4",
    "react-use": "17.4.0",
    "use-immer": "^0.9.0",
    "uuid": "^9.0.1",
    "zustand": "^5.0.0",
    "@easytwin/canvas-editor": "0.0.3",
    "@easytwin/runtime": "^0.0.51",
    "@easytwin/types": "0.0.1"
  },
  "peerDependencies": {
    "@arco-design/web-react": "2.62.0",
    "@easytwin/runtime": ">=0.0.5",
    "@easyv/react-components": ">=0.0.0",
    "@easyv/react-icons": ">=0.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "scripts": {
    "build": "vite build",
    "watch": "vite build --mode development --watch",
    "bump": "npm version patch",
    "publish:npm": "pnpm publish --registry=https://registry.npmjs.org/ --access=public --no-git-checks"
  }
}