{ "name": "@felce/lowcode-workspace", "version": "1.5.1", "description": "Shell Layer for AliLowCodeEngine", "files": [ "dist" ], "main": "src/index.ts", "module": "src/index.ts", "scripts": { "build": "vite build", "test": "vitest", "test:cov": "vitest run --coverage" }, "license": "MIT", "dependencies": { "@felce/lowcode-designer": "1.5.1", "@felce/lowcode-editor-core": "1.5.1", "@felce/lowcode-editor-skeleton": "1.5.1", "@felce/lowcode-shell": "1.5.1", "@felce/lowcode-types": "1.5.1", "@felce/lowcode-utils": "1.5.1", "classnames": "^2.5.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/lodash": "^4.17.13", "@types/medium-editor": "^5.0.8", "@types/node": "^18.19.68", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "lodash": "^4.17.21", "moment": "^2.30.1", "typescript": "^5.7.2", "vite": "^6.0.6" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts" }, "repository": { "type": "http", "url": "https://github.com/fe-lce/lowcode-engine/tree/main/packages/workspace" }, "gitHead": "af061dee75cb9dc19df29d63c34fffba252c9b8c", "bugs": "https://github.com/fe-lce/lowcode-engine/issues", "homepage": "https://github.com/fe-lce/lowcode-engine/#readme" }