-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 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
41
42
{
"name": "@seada/antd-materials",
"version": "1.0.0-rc.36",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"lowcode:dev": "build-scripts start --config ./build.lowcode.js --port 5551",
"lowcode:build": "build-scripts build --config ./build.lowcode.js"
},
"files": [
"es/",
"lib/",
"dist/",
"build/",
"lowcode/"
],
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"antd": ">=4.20.2"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@alifd/build-plugin-lowcode": "^0.2.0",
"build-plugin-component-multiple": "^1.0.0-beta.5"
},
"dependencies": {
"@ant-design/pro-components": "^2.3.5",
"@types/react": "^18.0.14"
},
"componentConfig": {
"materialSchema": "https://unpkg.com/@seada/antd-materials@1.0.0-rc.35/build/lowcode/assets-prod.json"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eea735f466b0184f3a4be074574e5668f0908b06"
}