mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-28 14:40:23 +00:00
- @ali/lowcode-code-generator@0.8.1 - @ali/lowcode-demo@0.8.1 - @ali/lowcode-designer@0.8.2 - @ali/lowcode-editor-core@0.8.1 - @ali/lowcode-editor-skeleton@0.8.1 - @ali/lowcode-globals@0.8.1 - @ali/lowcode-material-parser@0.8.1 - @ali/lowcode-plugin-components-pane@0.8.1 - @ali/lowcode-plugin-designer@0.8.1 - @ali/lowcode-plugin-event-bind-dialog@0.8.2 - @ali/lowcode-plugin-outline-pane@0.8.2 - @ali/lowcode-plugin-sample-logo@0.8.1 - @ali/lowcode-plugin-sample-preview@0.8.1 - @ali/lowcode-plugin-sample-save@0.8.1 - @ali/lowcode-plugin-settings-pane@0.8.3 - @ali/lowcode-plugin-undo-redo@0.8.1 - @ali/lowcode-plugin-zh-en@0.8.1 - @ali/lowcode-react-renderer@0.8.2 - @ali/lowcode-react-simulator-renderer@0.8.1 - @ali/lowcode-runtime@0.8.1 - @ali/lowcode-setters@0.8.1
38 lines
863 B
JSON
38 lines
863 B
JSON
{
|
|
"name": "@ali/lowcode-plugin-designer",
|
|
"version": "0.8.1",
|
|
"description": "alibaba lowcode editor designer plugin",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"stylePath": "style.js",
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"author": "xiayang.xy",
|
|
"dependencies": {
|
|
"@ali/lowcode-designer": "^0.8.2",
|
|
"@ali/lowcode-editor-core": "^0.8.1",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4",
|
|
"build-plugin-component": "^0.2.7-1"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|