lowcode-engine/packages/plugin-designer/package.json

44 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-01-25 15:30:17 +08:00
{
"name": "@alilc/lowcode-plugin-designer",
2024-02-23 09:51:23 +08:00
"version": "1.3.2",
2022-01-25 15:30:17 +08:00
"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"
2022-01-25 15:30:17 +08:00
},
"keywords": [
"lowcode",
"editor"
],
"author": "xiayang.xy",
"dependencies": {
2024-02-23 09:51:23 +08:00
"@alilc/lowcode-designer": "1.3.2",
"@alilc/lowcode-editor-core": "1.3.2",
"@alilc/lowcode-utils": "1.3.2",
2022-01-25 15:30:17 +08:00
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@types/react": "^16.9.13",
2022-12-22 12:10:00 +08:00
"@types/react-dom": "^16.9.4"
2022-01-25 15:30:17 +08:00
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer"
},
2023-06-07 17:51:30 +08:00
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
2022-01-25 15:30:17 +08:00
}