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
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"name": "@alilc/lowcode-plugin-code-editor",
"author": "[email protected] & [email protected]",
"version": "1.0.1",
"description": "CodeEditor",
"files": [
"es",
"lib"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"README": "README.md",
"scripts": {
"start": "build-scripts start",
"prepublishOnly": "npm run build",
"build": "build-scripts build"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@alifd/next": "^1.25.13",
"@alilc/lowcode-plugin-base-monaco-editor": "^1.0.0",
"@babel/core": "^7.15.8",
"@babel/parser": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/standalone": "^7.15.8",
"@babel/traverse": "^7.15.4",
"@babel/types": "^7.15.6",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"classnames": "^2.3.1",
"js-beautify": "^1.14.0",
"lodash": "^4.17.21",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@alifd/theme-lowcode-light": "^0.2.1",
"@alilc/build-plugin-alt": "^1.0.0",
"@alilc/lowcode-engine": "^1.0.0",
"@alilc/lowcode-shell": "^1.0.0",
"@alilc/lowcode-types": "^1.0.0",
"@types/babel-types": "^7.0.9",
"@types/babel__preset-env": "^7.9.2",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"build-plugin-fusion": "^0.1.22"
},
"license": "MIT"
}