UNPKG

2.27 kBJSONView Raw
1{
2 "name": "rc-field-form",
3 "version": "1.37.0",
4 "description": "React Form Component",
5 "typings": "es/index.d.ts",
6 "engines": {
7 "node": ">=8.x"
8 },
9 "keywords": [
10 "react",
11 "react-component",
12 "react-form",
13 "form"
14 ],
15 "homepage": "https://github.com/react-component/field-form",
16 "author": "smith3816@gmail.com",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/react-component/field-form.git"
20 },
21 "bugs": {
22 "url": "https://github.com/react-component/field-form/issues"
23 },
24 "files": [
25 "lib",
26 "es",
27 "dist",
28 "assets/*.css"
29 ],
30 "license": "MIT",
31 "main": "./lib/index",
32 "module": "./es/index",
33 "scripts": {
34 "start": "dumi dev",
35 "docs:build": "dumi build",
36 "docs:deploy": "gh-pages -d docs-dist",
37 "compile": "father-build",
38 "deploy": "npm run docs:build && npm run docs:deploy",
39 "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
40 "test": "father test",
41 "test:coverage": "umi-test --coverage",
42 "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
43 "lint": "eslint src/ --ext .tsx,.ts",
44 "lint:tsc": "tsc -p tsconfig.json --noEmit",
45 "now-build": "npm run docs:build"
46 },
47 "peerDependencies": {
48 "react": ">=16.9.0",
49 "react-dom": ">=16.9.0"
50 },
51 "dependencies": {
52 "@babel/runtime": "^7.18.0",
53 "async-validator": "^4.1.0",
54 "rc-util": "^5.32.2"
55 },
56 "devDependencies": {
57 "@testing-library/jest-dom": "^5.16.4",
58 "@testing-library/react": "^12.1.5",
59 "@types/enzyme": "^3.10.5",
60 "@types/jest": "^29.2.5",
61 "@types/lodash": "^4.14.135",
62 "@types/react": "^18.0.0",
63 "@types/react-dom": "^18.0.0",
64 "@umijs/fabric": "^2.5.2",
65 "@umijs/test": "^3.2.27",
66 "dumi": "^1.1.0",
67 "enzyme": "^3.1.0",
68 "enzyme-adapter-react-16": "^1.0.2",
69 "enzyme-to-json": "^3.1.4",
70 "eslint": "^7.18.0",
71 "father": "^2.13.6",
72 "father-build": "^1.18.6",
73 "gh-pages": "^3.1.0",
74 "jest": "^29.3.1",
75 "np": "^5.0.3",
76 "prettier": "^2.1.2",
77 "react": "^16.14.0",
78 "react-dnd": "^8.0.3",
79 "react-dnd-html5-backend": "^8.0.3",
80 "react-dom": "^16.14.0",
81 "react-redux": "^4.4.10",
82 "redux": "^3.7.2",
83 "typescript": "^5.1.6"
84 }
85}