forked from alibaba/lowcode-engine
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@felce/lowcode-engine",
"version": "1.5.1",
"description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系",
"files": [
"dist"
],
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"start": "vite",
"preview": "vite preview",
"build": "vite build",
"build:watch": "vite build --watch"
},
"license": "MIT",
"dependencies": {
"@alifd/next": "^1.27.30",
"@felce/lowcode-designer": "1.5.1",
"@felce/lowcode-editor-core": "1.5.1",
"@felce/lowcode-editor-skeleton": "1.5.1",
"@felce/lowcode-plugin-command": "1.5.1",
"@felce/lowcode-plugin-designer": "1.5.1",
"@felce/lowcode-shell": "1.5.1",
"@felce/lowcode-types": "1.5.1",
"@felce/lowcode-utils": "1.5.1",
"@felce/lowcode-workspace": "1.5.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"vite": "^6.0.6"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"main": "dist/engine-core.umd.js",
"module": "dist/engine-core.es.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "http",
"url": "https://github.com/fe-lce/lowcode-engine/tree/main/packages/engine"
},
"gitHead": "af061dee75cb9dc19df29d63c34fffba252c9b8c",
"bugs": "https://github.com/fe-lce/lowcode-engine/issues",
"homepage": "https://github.com/fe-lce/lowcode-engine/#readme"
}