File size: 1,814 Bytes
c9d0005
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "name": "@xrenders/data-render",
  "version": "1.0.1-alpha.5",
  "description": "",
  "keywords": [
    "DataView",
    "Render",
    "XRender",
    "React",
    "Json Schema",
    "Ant Design"
  ],
  "homepage": "https://xrender.fun/form-render",
  "bugs": {
    "url": "https://github.com/alibaba/x-render/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alibaba/form-render.git"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Tw93",
      "email": "tw93@qq.com"
    },
    {
      "name": "lhbxs",
      "email": "596850703@qq.com"
    }
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib",
    "package.json"
  ],
  "scripts": {
    "beta": "npm publish --tag beta",
    "alpha": "npm publish --tag alpha --access public",
    "build": "father-build",
    "next": "npm publish --tag next",
    "prepare": "npm run build",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "postpublish": "git push --tags",
    "test:ui": "vitest --ui"
  },
  "lint-staged": {
    "*.{js,jsx,less,md,json}": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  },
  "dependencies": {
    "@ant-design/icons": "^4.0.2",
    "async-validator": "^3.5.1",
    "classnames": "^2.3.1",
    "color": "^3.1.2",
    "lodash-es": "^4.17.21",
    "dayjs": "^1.11.7",
    "rc-color-picker": "^1.2.6",
    "virtualizedtableforantd4": "^1.1.2",
    "zustand": "^4.1.5",
    "ahooks": "3.7.5"
  },
  "devDependencies": {
    "deep-equal": "^2.0.3",
    "rollup-plugin-copy": "^3.4.0"
  },
  "peerDependencies": {
    "antd": "4.x || 5.x",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "sideEffect": false
}