mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@ali/lowcode-editor-preset-general",
|
|
"version": "1.0.28-beta.1",
|
|
"description": "Ali General Editor Preset",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"dist",
|
|
"es",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo",
|
|
"cloud-build": "build-scripts build --skip-demo"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/lowcode-editor-core": "^1.0.28-beta.1",
|
|
"@ali/lowcode-editor-skeleton": "^1.0.28-beta.1",
|
|
"@ali/lowcode-plugin-designer": "^1.0.28-beta.1",
|
|
"@ali/lowcode-plugin-outline-pane": "^1.0.28-beta.1",
|
|
"@ali/lowcode-types": "^1.0.28-beta.1",
|
|
"@ali/lowcode-utils": "^1.0.28-beta.1",
|
|
"@alifd/next": "^1.19.12",
|
|
"@alife/theme-lowcode-dark": "^0.1.0",
|
|
"@alife/theme-lowcode-light": "^0.1.0",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ali/lowcode-editor-setters": "^1.0.22",
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/events": "^3.0.0",
|
|
"@types/react": "^16.8.3",
|
|
"@types/react-dom": "^16.8.2",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0",
|
|
"build-plugin-react-app": "^1.1.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|