mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@ali/lowcode-plugin-outline-pane",
|
|
"version": "1.0.80",
|
|
"description": "Outline pane for Ali lowCode engine",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-designer": "1.0.80",
|
|
"@ali/lowcode-editor-core": "1.0.80",
|
|
"@ali/lowcode-types": "1.0.80",
|
|
"@ali/lowcode-utils": "1.0.80",
|
|
"@alifd/next": "^1.19.16",
|
|
"classnames": "^2.2.6",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"build-plugin-component": "^0.2.10",
|
|
"build-plugin-fusion": "^0.1.1",
|
|
"build-plugin-moment-locales": "^0.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "https://registry.antfin-inc.com"
|
|
},
|
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
|
}
|