mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "@alilc/lowcode-editor-core",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "Core Api for Ali lowCode engine",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/low-code-editor-core.js",
|
|
"module": "dist/low-code-editor-core.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/low-code-editor-core.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./dist/": {
|
|
"import": "./dist/",
|
|
"require": "./dist/"
|
|
}
|
|
},
|
|
"sideEffects": [
|
|
"*.css",
|
|
"*.less"
|
|
],
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build:target": "vite build",
|
|
"build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs",
|
|
"test": "vitest",
|
|
"test:cov": ""
|
|
},
|
|
"dependencies": {
|
|
"@alifd/next": "^1.27.8",
|
|
"@alilc/lowcode-types": "workspace:*",
|
|
"@alilc/lowcode-utils": "workspace:*",
|
|
"classnames": "^2.5.1",
|
|
"intl-messageformat": "^10.5.1",
|
|
"lodash-es": "^4.17.21",
|
|
"mobx": "^6.12.0",
|
|
"mobx-react": "^9.1.0",
|
|
"power-di": "^2.4.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"store": "^2.0.12",
|
|
"strict-event-emitter-types": "^2.0.0",
|
|
"events": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/store": "^2.0.2",
|
|
"less": "^4.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@alifd/next": "^1.27.8",
|
|
"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/editor-core"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|