mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@ali/lowcode-designer",
|
|
"version": "1.0.65",
|
|
"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": "1.0.65",
|
|
"@ali/lowcode-types": "1.0.65",
|
|
"@ali/lowcode-utils": "1.0.65",
|
|
"classnames": "^2.2.6",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0",
|
|
"zen-logger": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ali/lowcode-test-mate": "^1.0.1",
|
|
"@alib/build-scripts": "^0.1.29",
|
|
"@testing-library/react": "^11.2.2",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/jest": "^26.0.16",
|
|
"@types/lodash": "^4.14.165",
|
|
"@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.6.3",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.29.1",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"resolutions": {
|
|
"@builder/babel-preset-ice": "1.0.1"
|
|
},
|
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
|
}
|