Files
wukuang/packages/lowcode-create-v2/package.json
T

44 lines
921 B
JSON
Raw Normal View History

2026-05-23 14:05:22 +08:00
{
"name": "@lingshu/lowcode-create-v2",
"type": "module",
"version": "0.0.1",
"private": true,
"description": "Lowcode Create V2 - Island-based form rendering engine",
"author": "Cisdi",
"license": "MIT",
"keywords": [
"lowcode",
"form",
"vue3",
"element-plus",
"island"
],
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
},
"./*": "./*"
},
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"type-check": "vue-tsc --noEmit"
},
"peerDependencies": {
"element-plus-cisdi": ">=1.0.0",
"vue": ">=3.0.0"
},
"dependencies": {
"@lingshu/lowcode-create": "workspace:*",
"@lingshu/types": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "catalog:",
"typescript": "catalog:",
"vue": "catalog:",
"vue-tsc": "catalog:"
}
}