mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-06 12:58:12 +00:00
32 lines
962 B
JSON
32 lines
962 B
JSON
{
|
|
"name": "@ali/lowcode-demo",
|
|
"version": "0.8.0",
|
|
"description": "低代码引擎 DEMO",
|
|
"scripts": {
|
|
"start": "build-scripts start"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-editor-core": "^0.8",
|
|
"@ali/lowcode-editor-skeleton": "^0.8.0",
|
|
"@ali/lowcode-plugin-components-pane": "^0.8.0",
|
|
"@ali/lowcode-plugin-designer": "^0.8.0",
|
|
"@ali/lowcode-plugin-logo": "^0.8.0",
|
|
"@ali/lowcode-plugin-save": "^0.8.0",
|
|
"@ali/lowcode-plugin-undo-redo": "^0.8.0",
|
|
"@alife/theme-lowcode-dark": "^0.1.0",
|
|
"@alife/theme-lowcode-light": "^0.1.0",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|