{ "name": "@alilc/lowcode-editor-core", "version": "2.0.0-beta.0", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "lib", "es" ], "scripts": { "build": "tsc", "test": "build-scripts test --config build.test.json", "test:cov": "build-scripts test --config build.test.json --jest-coverage" }, "dependencies": { "@alifd/next": "^1.27.8", "@alilc/lowcode-types": "workspace:*", "@alilc/lowcode-utils": "workspace:*", "classnames": "^2.5.1", "intl-messageformat": "^10.5.1", "lodash-es": "^4.17.21", "mobx": "^6.12.0", "mobx-react": "^9.1.0", "power-di": "^2.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "store": "^2.0.12", "strict-event-emitter-types": "^2.0.0" }, "devDependencies": { "@alilc/lowcode-datasource-types": "^1.0.1", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/store": "^2.0.2" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }