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
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "@alilc/lowcode-plugin-manual",
"author": "humphry.huang9@gmail.com",
"version": "1.0.4",
"description": "低代码产品使用手册",
"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": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@alilc/lowcode-engine": "^1.0.0",
"@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",
"@alilc/build-plugin-alt": "^1.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/lowcode-plugins.git",
"directory": "packages/plugin-manual"
}
}