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
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "@alilc/lowcode-plugin-inject",
"author": "ens",
"version": "1.0.0",
"description": "lowcode-plugin-inject",
"main": "lib/index.js",
"module": "es/index.js",
"README": "README.md",
"scripts": {
"start": "npm run dev",
"dev": "build-scripts start",
"build": "build-scripts build",
"prepublishOnly": "npm run build",
"beta": "npm publish --tag beta",
"pub": "npm publish"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@alifd/next": "^1.25.13",
"@alilc/lowcode-engine": "^1.0.0",
"@alilc/lowcode-utils": "^1.0.0",
"case": "^1.6.3",
"fetch-jsonp": "^1.2.1",
"query-string": "^7.1.0"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@alilc/build-plugin-alt": "beta",
"@alib/build-scripts": "^0.1.32",
"@alifd/theme-lowcode-light": "^0.2.1",
"@recore/config": "^2.0.6",
"@types/react": "^16.0.3",
"build-plugin-fusion": "^0.1.19"
},
"license": "MIT"
}