-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
53
54
{
"name": "@felce/lowcode-react-renderer-core",
"version": "1.5.0",
"description": "renderer core",
"license": "MIT",
"main": "src/index.ts",
"module": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@alifd/next": "^1.27.30",
"@alilc/lowcode-datasource-engine": "^1.2.1",
"@felce/lowcode-types": "latest",
"@felce/lowcode-utils": "latest",
"classnames": "2.5.1",
"debug": "^4.4.0",
"fetch-jsonp": "^1.3.0",
"intl-messageformat": "10.7.10",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react-is": "^18.3.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@felce/lowcode-designer": "latest",
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.13",
"@types/node": "^18.19.68",
"@types/prop-types": "^15.7.14",
"@types/react-is": "^18.3.0",
"@vitest/coverage-v8": "2.1.8"
},
"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-react/tree/main/packages/renderer-core"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"bugs": "https://github.com/fe-lce/lowcode-engine-react/issues",
"homepage": "https://github.com/fe-lce/lowcode-engine-react/#readme"
}