mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
- @ali/lowcode-demo@0.8.32 - @ali/lowcode-designer@0.9.23 - @ali/lowcode-editor-core@0.8.19 - @ali/lowcode-editor-preset-general@0.9.8 - @ali/lowcode-editor-preset-vision@0.8.23 - @ali/lowcode-editor-setters@0.9.5 - @ali/lowcode-editor-skeleton@0.8.29 - @ali/lowcode-plugin-components-pane@0.8.25 - @ali/lowcode-plugin-designer@0.9.23 - @ali/lowcode-plugin-event-bind-dialog@0.8.18 - @ali/lowcode-plugin-outline-pane@0.8.29 - @ali/lowcode-plugin-sample-logo@0.8.17 - @ali/lowcode-plugin-sample-preview@0.8.27 - @ali/lowcode-plugin-source-editor@0.8.15 - @ali/lowcode-plugin-undo-redo@0.8.27 - @ali/lowcode-plugin-variable-bind-dialog@0.8.16 - @ali/lowcode-plugin-zh-en@0.8.20 - @ali/lowcode-react-provider@0.8.16 - @ali/lowcode-react-renderer@0.8.11 - @ali/lowcode-react-simulator-renderer@0.8.28 - @ali/lowcode-types@0.8.9 - @ali/lowcode-utils@0.8.10
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "@ali/lowcode-plugin-undo-redo",
|
|
"version": "0.8.27",
|
|
"description": "alibaba lowcode editor undo redo plugin",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"author": "xiayang.xy",
|
|
"dependencies": {
|
|
"@ali/lowcode-designer": "^0.9.23",
|
|
"@ali/lowcode-editor-core": "^0.8.19",
|
|
"@ali/lowcode-editor-skeleton": "^0.8.29",
|
|
"@ali/lowcode-types": "^0.8.9",
|
|
"@ali/lowcode-utils": "^0.8.10",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.3",
|
|
"@types/react": "^16.9.13",
|
|
"@types/react-dom": "^16.9.4",
|
|
"build-plugin-component": "^0.2.7-1",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|