forked from alibaba/lowcode-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 902 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 902 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
29
30
31
32
33
34
35
36
37
38
{
"name": "@alilc/lowcode-plugin-undo-redo",
"version": "1.0.0-beta.3",
"description": "alibaba lowcode editor undo redo 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.0.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"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"
},
"publishConfig": {
"access": "public"
}
}