{ "name": "@alilc/lowcode-workspace", "version": "2.0.0-beta.0", "description": "Shell Layer for AliLowCodeEngine", "license": "MIT", "type": "module", "main": "lib/index.js", "module": "es/index.js", "exports": { ".": {} }, "files": [ "dist", "src", "package.json" ], "scripts": { "build": "vite build", "test": "vitest", "test:cov": "" }, "dependencies": { "@alilc/lowcode-designer": "workspace:*", "@alilc/lowcode-editor-core": "workspace:*", "@alilc/lowcode-editor-skeleton": "workspace:*", "@alilc/lowcode-types": "workspace:*", "@alilc/lowcode-utils": "workspace:*", "classnames": "^2.5.1", "mobx": "^6.12.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.29", "@testing-library/react": "^11.2.2", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0" }, "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/workspace" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }