mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "@alilc/lowcode-designer",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "Designer for Ali LowCode Engine",
|
|
"type": "module",
|
|
"main": "dist/low-code-designer.cjs",
|
|
"module": "dist/low-code-designer.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/low-code-designer.js",
|
|
"require": "./dist/low-code-designer.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./dist/style.css": {
|
|
"import": "./dist/style.css",
|
|
"require": "./dist/style.css"
|
|
}
|
|
},
|
|
"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": ""
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alilc/lowcode-editor-core": "workspace:*",
|
|
"@alilc/lowcode-shared": "workspace:*",
|
|
"@alilc/lowcode-types": "workspace:*",
|
|
"@alilc/lowcode-utils": "workspace:*",
|
|
"@alifd/next": "^1.27.8",
|
|
"classnames": "^2.5.1",
|
|
"lodash-es": "^4.17.20",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"ric-shim": "^1.0.1",
|
|
"semver": "^7.6.0",
|
|
"events": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^14.2.2",
|
|
"@types/lodash-es": "^4.14.165",
|
|
"@types/prop-types": "^15.7.12",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/semver": "7.5.8",
|
|
"less": "^4.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@alifd/next": "^1.27.8",
|
|
"@alilc/lowcode-editor-core": "workspace:*",
|
|
"@alilc/lowcode-shared": "workspace:*",
|
|
"@alilc/lowcode-types": "workspace:*",
|
|
"@alilc/lowcode-utils": "workspace:*",
|
|
"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/designer"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|