mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 00:48:16 +00:00
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"name": "@alilc/lowcode-shared",
|
|
"version": "2.0.0-beta.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"dependencies": {
|
|
"@vue/reactivity": "^3.4.23",
|
|
"hookable": "^5.5.3",
|
|
"lodash-es": "^4.17.21",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/store": "^2.0.2"
|
|
}
|
|
}
|