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
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "@felce/lowcode-utils",
"version": "1.5.1",
"description": "Utils for Ali lowCode engine",
"files": [
"dist"
],
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"test": "vitest",
"test:cov": "vitest run --coverage",
"build": "vite build"
},
"dependencies": {
"@felce/lowcode-types": "1.5.1",
"classnames": "2.5.1",
"events": "^3.3.0",
"mobx": "^6.13.5",
"prop-types": "^15.8.1",
"react-is": "^18.3.1"
},
"devDependencies": {
"@alifd/next": "^1.27.30",
"@types/node": "^18.19.68",
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^6.0.6"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "http",
"url": "https://github.com/fe-lce/lowcode-engine/tree/main/packages/utils"
},
"gitHead": "af061dee75cb9dc19df29d63c34fffba252c9b8c",
"bugs": "https://github.com/fe-lce/lowcode-engine/issues",
"homepage": "https://github.com/fe-lce/lowcode-engine/#readme"
}