forked from alibaba/lowcode-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.44 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.44 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
{
"name": "@alilc/lowcode-preset-plugin",
"version": "0.1.2",
"description": "",
"main": "lib/index.js",
"files": [
"lib",
"es",
"dist"
],
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build --skip-demo",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mark.ck",
"license": "MIT",
"dependencies": {
"@alib/build-scripts": "^0.1.3",
"@alifd/next": "^1.25.27",
"@alilc/lowcode-plugin-code-editor": "^1.0.3",
"@alilc/lowcode-plugin-code-generator": "^1.0.5",
"@alilc/lowcode-plugin-components-pane": "^1.0.3",
"@alilc/lowcode-plugin-datasource-pane": "^1.0.7",
"@alilc/lowcode-plugin-inject": "^1.1.3",
"@alilc/lowcode-plugin-manual": "^1.0.3",
"@alilc/lowcode-plugin-schema": "^1.0.1",
"@alilc/lowcode-plugin-simulator-select": "^1.0.0",
"@alilc/lowcode-plugin-undo-redo": "^1.0.0",
"@alilc/lowcode-plugin-zh-en": "^1.0.0",
"@alilc/lowcode-types": "^1.1.6",
"build-plugin-component": "^1.12.0",
"prop-types": "^15.5.8",
"react": "^16.x",
"react-dom": "^16.x"
},
"devDependencies": {
"@alilc/lowcode-datasource-fetch-handler": "^1.1.3",
"@alilc/lowcode-engine": "^1.0.15",
"@alilc/lowcode-react-renderer": "^1.1.6",
"@types/react": "^18.0.21",
"fs-extra": "^10.1.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack-bundle-analyzer": "^4.8.0"
}
}