{ "name": "@alilc/lowcode-renderer-core", "version": "1.0.6", "description": "renderer core", "license": "MIT", "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" }, "dependencies": { "@alilc/lowcode-datasource-engine": "^1.0.0", "@alilc/lowcode-types": "1.0.6", "@alilc/lowcode-utils": "1.0.6", "classnames": "^2.2.6", "debug": "^4.1.1", "fetch-jsonp": "^1.1.3", "intl-messageformat": "^9.3.1", "jsonuri": "^2.1.2", "lodash": "^4.17.11", "moment": "^2.24.0", "prop-types": "^15.7.2", "react-is": "^16.10.1", "serialize-javascript": "^1.7.0", "socket.io-client": "^2.2.0", "whatwg-fetch": "^3.0.0", "zen-logger": "^1.1.4" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@alilc/lowcode-designer": "1.0.6", "@alilc/lowcode-test-mate": "^1.0.1", "@babel/plugin-transform-typescript": "^7.16.8", "@testing-library/react": "^11.2.2", "@types/classnames": "^2.2.11", "@types/debug": "^4.1.5", "@types/jest": "^26.0.16", "@types/lodash": "^4.14.167", "@types/node": "^13.7.1", "@types/prop-types": "^15.7.3", "@types/react-test-renderer": "^17.0.1", "@types/serialize-javascript": "^5.0.0", "babel-jest": "^26.5.2", "build-plugin-component": "^0.2.11", "jest": "^26.6.3", "react-test-renderer": "^17.0.2", "ts-jest": "^26.5.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/renderer-core" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6" }