package.json
2.65 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
{
"_from": "rc-dropdown@~3.2.0",
"_id": "rc-dropdown@3.2.0",
"_inBundle": false,
"_integrity": "sha512-j1HSw+/QqlhxyTEF6BArVZnTmezw2LnSmRk6I9W7BCqNCKaRwleRmMMs1PHbuaG8dKHVqP6e21RQ7vPBLVnnNw==",
"_location": "/rc-dropdown",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-dropdown@~3.2.0",
"name": "rc-dropdown",
"escapedName": "rc-dropdown",
"rawSpec": "~3.2.0",
"saveSpec": null,
"fetchSpec": "~3.2.0"
},
"_requiredBy": [
"/antd",
"/rc-tabs"
],
"_resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-3.2.0.tgz",
"_shasum": "da6c2ada403842baee3a9e909a0b1a91ba3e1090",
"_spec": "rc-dropdown@~3.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/dropdown/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",
"rc-trigger": "^5.0.4"
},
"deprecated": false,
"description": "dropdown ui component for react",
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.15",
"@types/jest": "^26.0.12",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/warning": "^3.0.0",
"cross-env": "^7.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.0.2",
"father": "^2.13.2",
"jquery": "^3.3.1",
"less": "^3.11.1",
"np": "^6.0.0",
"rc-menu": "^8.0.0-alpha.2",
"rc-util": "^5.2.0",
"react": "^16.11.0",
"react-dom": "^16.0.0",
"typescript": "^4.0.2"
},
"files": [
"lib",
"es",
"assets/*.css"
],
"homepage": "http://github.com/react-component/dropdown",
"keywords": [
"react",
"react-dropdown"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
},
{
"name": "hualei5280@gmail.com"
}
],
"module": "./es/index",
"name": "rc-dropdown",
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/dropdown.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"coverage": "father test --coverage",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "3.2.0"
}