{ "name": "@ali/lowcode-editor-core", "version": "0.8.4", "description": "alibaba lowcode editor core", "main": "lib/index.js", "module": "es/index.js", "stylePath": "style.js", "files": [ "lib", "es" ], "scripts": { "build": "build-scripts build --skip-demo", "test": "ava", "test:snapshot": "ava --update-snapshots" }, "keywords": [ "lowcode", "editor" ], "author": "xiayang.xy", "dependencies": { "@alifd/next": "1.x", "debug": "^4.1.1", "events": "^3.1.0", "intl-messageformat": "^8.3.1", "lodash": "^4.17.15", "prop-types": "^15.5.8", "react": "^16.8.0", "store": "^2.0.12", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "@types/lodash": "^4.14.149", "@types/react": "^16.9.13", "@types/react-dom": "^16.9.4", "build-plugin-component": "^0.2.10" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" } }