mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@ali/lowcode-designer",
|
|
"version": "0.13.1-11",
|
|
"description": "Designer for Ali LowCode Engine",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo",
|
|
"test": "build-scripts test --config build.test.json"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/lowcode-editor-core": "^0.13.1-11",
|
|
"@ali/lowcode-types": "^0.13.1-11",
|
|
"@ali/lowcode-utils": "^0.13.1-11",
|
|
"classnames": "^2.2.6",
|
|
"event": "^1.0.0",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/medium-editor": "^5.0.3",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"babel-jest": "^26.5.2",
|
|
"build-plugin-component": "^0.2.10",
|
|
"build-scripts-config": "^0.1.8",
|
|
"jest": "^26.5.2",
|
|
"lodash": "^4.17.20",
|
|
"ts-jest": "^26.4.1",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|