{ "name": "@alilc/lowcode-utils", "version": "2.0.0-beta.0", "description": "Utils for Ali lowCode engine", "type": "module", "main": "lib/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/lowCodeUtils.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "sideEffects": [ "*.css" ], "files": [ "dist", "src", "package.json" ], "scripts": { "build": "vite build", "build-dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs", "test": "vitest" }, "dependencies": { "@alifd/next": "^1.27.8", "@alilc/lowcode-types": "workspace:*", "classnames": "^2.5.1", "lodash-es": "^4.17.21", "mobx": "^6.12.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-is": "^18.2.0", "events": "^3.3.0" }, "devDependencies": { "@testing-library/react": "^14.2.2", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.67", "@types/react-is": "^18.2.4", "@types/prop-types": "^15.7.12", "@types/events": "^3.0.3" }, "peerDependencies": { "@alifd/next": "^1.27.8", "react": "^18.2.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }