mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@ali/lowcode-vision-polyfill",
|
|
"private": true,
|
|
"version": "0.8.0",
|
|
"description": "Vision Polyfill for Ali lowCode engine",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "build-scripts start"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/ve-icons": "^4.1.9",
|
|
"@ali/ve-popups": "^4.2.5",
|
|
"@ali/ve-utils": "^1.1.0",
|
|
"@ali/vu-css-style": "^1.1.3",
|
|
"@ali/vu-logger": "^1.0.7",
|
|
"@ali/vu-style-sheet": "^2.4.0",
|
|
"@ali/lowcode-editor-core": "^0.8.4",
|
|
"@ali/lowcode-editor-skeleton": "^0.8.0",
|
|
"@ali/lowcode-plugin-components-pane": "^0.8.0",
|
|
"@ali/lowcode-plugin-designer": "^0.9.1",
|
|
"@ali/lowcode-plugin-outline-pane": "^0.8.7",
|
|
"@ali/lowcode-plugin-settings-pane": "^0.8.8",
|
|
"@ali/lowcode-plugin-undo-redo": "^0.8.0",
|
|
"@ali/lowcode-plugin-zh-en": "^0.8.6",
|
|
"@ali/lowcode-setters": "^0.8.6",
|
|
"@alifd/next": "^1.19.12",
|
|
"@ali/ve-less-variables": "2.0.3",
|
|
"@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"
|
|
}
|
|
}
|