forked from alibaba/lowcode-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
{
"name": "@alilc/lowcode-plugin-test",
"version": "1.0.2",
"description": "alibaba lowcode editor test plugin",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"prepublishOnly": "npm run build"
},
"keywords": [
"lowcode",
"editor"
],
"dependencies": {
"@alilc/lowcode-utils": "^1.0.0",
"@alilc/lowcode-types": "^1.1.9"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@alilc/build-plugin-alt": "^1.0.1",
"@alilc/lowcode-engine": "^1.0.0",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-fusion": "^0.1.22",
"build-plugin-moment-locales": "^0.1.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"react": "^16.8.1",
"webpack": "^5.64.4",
"react-dom": "^16.8.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/lowcode-plugins.git",
"directory": "packages/plugin-test"
}
}