mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-08 22:28:12 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@alilc/lowcode-workspace",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "Shell Layer for AliLowCodeEngine",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"exports": {
|
|
".": {}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run \"/^build:.*/\"",
|
|
"build:target": "vite build",
|
|
"build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs",
|
|
"test": "vitest",
|
|
"test:cov": ""
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-designer": "workspace:*",
|
|
"@alilc/lowcode-editor-core": "workspace:*",
|
|
"@alilc/lowcode-editor-skeleton": "workspace:*",
|
|
"@alilc/lowcode-types": "workspace:*",
|
|
"@alilc/lowcode-utils": "workspace:*",
|
|
"classnames": "^2.5.1",
|
|
"mobx": "^6.12.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.29",
|
|
"@testing-library/react": "^11.2.2",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/workspace"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|