mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@alilc/lowcode-shared",
|
|
"version": "1.0.0-alpha.0",
|
|
"type": "module",
|
|
"main": "dist/low-code-shared.cjs",
|
|
"module": "dist/low-code-shared.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/low-code-shared.js",
|
|
"require": "./dist/low-code-shared.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build:target": "vite build",
|
|
"build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.js",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@abraham/reflection": "^0.12.0",
|
|
"@formatjs/intl": "^2.10.2",
|
|
"@vue/reactivity": "^3.4.23",
|
|
"inversify": "^6.0.2",
|
|
"inversify-binding-decorators": "^4.0.0",
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/shared"
|
|
},
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|