-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.16 KB
/
package.json
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
{
"name": "@yl-d/pro-components",
"description": "中后台开发提效方案",
"author": "yunliang-ding",
"version": "1.0.0",
"homepage": "https://packages.yunliang.cloud/#/pro-components",
"scripts": {
"start": "lyr-docs dev",
"docs:build": "lyr-docs build",
"build": "rollup -c"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"keywords": [
"schema",
"form",
"react",
"arco.design"
],
"repository": {
"type": "git",
"url": "https://github.com/yunliang-ding/pro-components"
},
"dependencies": {
"dayjs": "1.11.10",
"lodash.mergewith": "4.6.2",
"lodash.debounce": "4.0.8",
"lodash.clonedeepwith": "4.5.0",
"react-resizable": "3.0.4",
"@arco-design/color": "0.4.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"@arco-design/web-react": ">=2.64.0"
},
"devDependencies": {
"@arco-design/web-react": "2.64.0",
"@yl-d/docs": "1.0.25"
},
"resolutions": {
"@types/react": "17.0.2"
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}