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
28 lines (28 loc) · 790 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 790 Bytes
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
{
"name": "@felce/lowcode-ignitor",
"version": "1.5.1",
"description": "点火器,bootstrap lce project",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "vite",
"preview": "vite preview",
"build": "vite build",
"build:watch": "vite build --watch"
},
"license": "MIT",
"dependencies": {
"@felce/lowcode-engine": "1.5.1",
"@felce/lowcode-types": "1.5.1",
"@felce/lowcode-utils": "1.5.1"
},
"devDependencies": {
"@alilc/lowcode-datasource-fetch-handler": "^1.2.1"
},
"repository": {
"type": "http",
"url": "https://github.com/fe-lce/lowcode-engine/tree/main/packages/ignitor"
},
"bugs": "https://github.com/fe-lce/lowcode-engine/issues",
"homepage": "https://github.com/fe-lce/lowcode-engine/#readme"
}