mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
38 lines
857 B
JSON
38 lines
857 B
JSON
{
|
|
"name": "@ali/lowcode-plugin-designer",
|
|
"version": "0.8.0",
|
|
"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": {
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1",
|
|
"@ali/lowcode-designer": "0.8",
|
|
"@ali/lowcode-editor-core": "0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"build-plugin-component": "^0.2.7-1"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|