{ "name": "@alilc/renderer-react", "version": "2.0.0-beta.0", "description": "react renderer for ali lowcode engine", "type": "module", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme", "license": "MIT", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "vitest" }, "dependencies": { "@vue/reactivity": "^3.4.21", "@alilc/renderer-core": "^2.0.0-beta.0", "lodash-es": "^4.17.21", "hoist-non-react-statics": "^3.3.2", "use-sync-external-store": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@alilc/runtime-router": "1.0.0-beta.0", "@testing-library/react": "^14.2.0", "@types/lodash-es": "^4.17.12", "@types/hoist-non-react-statics": "^3.3.5", "@types/use-sync-external-store": "^0.0.6", "@types/react": "^18.2.67", "@types/react-dom": "^18.2.22", "jsdom": "^24.0.0" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }