mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 02:12:56 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@alilc/lowcode-editor-skeleton",
|
|
"version": "1.2.2",
|
|
"description": "alibaba lowcode editor skeleton",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"stylePath": "style.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"test": "build-scripts test --config build.test.json",
|
|
"build": "build-scripts build"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"editor"
|
|
],
|
|
"dependencies": {
|
|
"@alifd/next": "^1.20.12",
|
|
"@alilc/lowcode-designer": "1.2.2",
|
|
"@alilc/lowcode-editor-core": "1.2.2",
|
|
"@alilc/lowcode-types": "1.2.2",
|
|
"@alilc/lowcode-utils": "1.2.2",
|
|
"classnames": "^2.2.6",
|
|
"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-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|