{ "name": "@alilc/lowcode-designer", "version": "1.0.2", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", "files": [ "lib", "es" ], "scripts": { "build": "build-scripts build --skip-demo", "test": "build-scripts test --config build.test.json", "test:cov": "build-scripts test --config build.test.json --jest-coverage" }, "license": "MIT", "dependencies": { "@alilc/lowcode-editor-core": "1.0.2", "@alilc/lowcode-shell": "1.0.2", "@alilc/lowcode-types": "1.0.2", "@alilc/lowcode-utils": "1.0.2", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "react": "^16", "react-dom": "^16.7.0", "semver": "^7.3.5", "zen-logger": "^1.1.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.29", "@alilc/lowcode-test-mate": "^1.0.1", "@testing-library/react": "^11.2.2", "@types/classnames": "^2.2.7", "@types/jest": "^26.0.16", "@types/lodash": "^4.14.165", "@types/medium-editor": "^5.0.3", "@types/node": "^13.7.1", "@types/react": "^16", "@types/react-dom": "^16", "@types/semver": "7.3.9", "babel-jest": "^26.5.2", "build-plugin-component": "^0.2.10", "build-scripts-config": "^0.1.8", "jest": "^26.6.3", "lodash": "^4.17.20", "moment": "^2.29.1", "typescript": "^4.0.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "resolutions": { "@builder/babel-preset-ice": "1.0.1" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6" }