package.json
2.93 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_from": "rc-field-form@~1.17.0",
"_id": "rc-field-form@1.17.2",
"_inBundle": false,
"_integrity": "sha512-+pufRy5x4G5yHxQ3k1nhgQqyqerPVJQ2jaLGojHjNpmZ2Si20o1KniMLsZxe6X8dfq4ePmH6M3IngfDnS+CrMA==",
"_location": "/rc-field-form",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-field-form@~1.17.0",
"name": "rc-field-form",
"escapedName": "rc-field-form",
"rawSpec": "~1.17.0",
"saveSpec": null,
"fetchSpec": "~1.17.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-1.17.2.tgz",
"_shasum": "81b09d320f9b455673867bf3a1f5b2aac0fd0a15",
"_spec": "rc-field-form@~1.17.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"author": {
"name": "smith3816@gmail.com"
},
"bugs": {
"url": "https://github.com/react-component/field-form/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.8.4",
"async-validator": "^3.0.3",
"rc-util": "^5.0.0"
},
"deprecated": false,
"description": "React Form Component",
"devDependencies": {
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.135",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@umijs/test": "^3.2.27",
"dumi": "^1.1.0-rc.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"father": "^2.13.6",
"father-build": "^1.18.6",
"gh-pages": "^3.1.0",
"np": "^5.0.3",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-dnd": "^8.0.3",
"react-dnd-html5-backend": "^8.0.3",
"react-dom": "^16.14.0",
"react-redux": "^4.4.10",
"react-router": "^3.0.0",
"redux": "^3.7.2",
"typescript": "^3.5.2"
},
"engines": {
"node": ">=8.x"
},
"files": [
"lib",
"es",
"dist",
"assets/*.css"
],
"homepage": "https://github.com/react-component/field-form",
"keywords": [
"react",
"react-component",
"react-form",
"form"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-field-form",
"peerDependencies": {
"react": ">= 16.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-component/field-form.git"
},
"scripts": {
"compile": "father-build",
"deploy": "npm run docs:build && npm run docs:deploy",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"lint": "eslint src/ --ext .tsx,.ts",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"now-build": "npm run docs:build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"start": "dumi dev",
"test": "father test",
"test:coverage": "umi-test --coverage"
},
"typings": "es/index.d.ts",
"version": "1.17.2"
}