UNPKG

2.21 kBJSONView Raw
1{
2 "name": "form-render",
3 "version": "0.7.2",
4 "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成",
5 "repository": {
6 "type": "git",
7 "url": "git@github.com:alibaba/form-render.git"
8 },
9 "keywords": [
10 "FormRender",
11 "Render",
12 "React",
13 "Json Schema",
14 "Ant Design",
15 "Fusion Design"
16 ],
17 "contributors": [
18 {
19 "name": "Tw93",
20 "email": "tw93@qq.com"
21 },
22 {
23 "name": "mankaiviky",
24 "email": "mankaiviky@163.com"
25 },
26 {
27 "name": "FateRiddle",
28 "email": "fateriddle@gmail.com"
29 }
30 ],
31 "scripts": {
32 "start": "dumi dev",
33 "build": "father-build",
34 "prepare": "npm run build",
35 "postpublish": "git push --tags",
36 "docs:build": "dumi build",
37 "predeploy": "npm run docs:build",
38 "deploy": "gh-pages -d docs-dist",
39 "beta": "npm publish --tag beta",
40 "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
41 "test": "umi-test",
42 "test:coverage": "umi-test --coverage",
43 "size": "ANALYZE=1 dumi build"
44 },
45 "main": "lib/index.js",
46 "module": "dist/index.esm.js",
47 "gitHooks": {
48 "pre-commit": "lint-staged"
49 },
50 "lint-staged": {
51 "*.{js,jsx,less,md,json}": [
52 "prettier --write"
53 ],
54 "*.ts?(x)": [
55 "prettier --parser=typescript --write"
56 ]
57 },
58 "dependencies": {
59 "@alifd/next": "^1.x",
60 "@ant-design/icons": "^4.0.2",
61 "antd": "^4.0.0",
62 "color": "^3.1.2",
63 "moment": "^2.24.0",
64 "pope": "^2.0.2",
65 "prop-types": "^15.x",
66 "rc-color-picker": "^1.2.6",
67 "react": "^16.12.0",
68 "react-sortable-hoc": "^1.6.1",
69 "validator": "^10.7.1"
70 },
71 "peerDependencies": {
72 "react": "^16.8.0",
73 "react-dom": "^16.8.0"
74 },
75 "devDependencies": {
76 "@umijs/preset-react": "1.x",
77 "@umijs/test": "^3.0.5",
78 "babel-plugin-import": "^1.13.0",
79 "deep-equal": "^2.0.3",
80 "dumi": "^1.0.33",
81 "father-build": "^1.17.2",
82 "fetch-jsonp": "^1.1.3",
83 "gh-pages": "^3.0.0",
84 "lint-staged": "^10.0.7",
85 "prettier": "^1.19.1",
86 "prismjs": "^1.20.0",
87 "react-simple-code-editor": "^0.11.0",
88 "rollup-plugin-commonjs": "^10.1.0",
89 "yorkie": "^2.0.0"
90 }
91}