mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
36 lines
809 B
JSON
36 lines
809 B
JSON
{
|
|
"name": "@ali/lowcode-plugin-designer",
|
|
"version": "1.0.79",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"author": "xiayang.xy",
|
|
"dependencies": {
|
|
"@ali/lowcode-editor-core": "1.0.79",
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.antfin-inc.com"
|
|
},
|
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
|
}
|