mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
- @ali/lowcode-demo@0.8.25 - @ali/lowcode-designer@0.9.16 - @ali/lowcode-editor-core@0.8.14 - @ali/lowcode-editor-preset-general@0.9.1 - @ali/lowcode-editor-preset-vision@0.8.15 - @ali/lowcode-editor-setters@0.9.1 - @ali/lowcode-editor-skeleton@0.8.22 - @ali/lowcode-plugin-components-pane@0.8.18 - @ali/lowcode-plugin-designer@0.9.16 - @ali/lowcode-plugin-event-bind-dialog@0.8.14 - @ali/lowcode-plugin-outline-pane@0.8.22 - @ali/lowcode-plugin-sample-logo@0.8.13 - @ali/lowcode-plugin-sample-preview@0.8.21 - @ali/lowcode-plugin-source-editor@0.8.11 - @ali/lowcode-plugin-undo-redo@0.8.21 - @ali/lowcode-plugin-variable-bind-dialog@0.8.12 - @ali/lowcode-plugin-zh-en@0.8.16 - @ali/lowcode-react-simulator-renderer@0.8.21 - @ali/lowcode-types@0.8.5 - @ali/lowcode-utils@0.8.6
41 lines
871 B
JSON
41 lines
871 B
JSON
{
|
|
"name": "@ali/lowcode-utils",
|
|
"version": "0.8.6",
|
|
"description": "Utils for Ali lowCode engine",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-types": "^0.8.5",
|
|
"@alifd/next": "^1.19.16",
|
|
"react": "^16"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"build-plugin-component": "^0.2.10"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|