package.json
2.75 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
{
"_from": "rc-menu@~8.10.0",
"_id": "rc-menu@8.10.1",
"_inBundle": false,
"_integrity": "sha512-HmTOLPkSrz5RcdDopD4+nI95YXR2DzdSq9ek3NX2EVgD1UHknlp1QAEJ5MompYdAqdtOspJUqgM/zNt0iQALOw==",
"_location": "/rc-menu",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-menu@~8.10.0",
"name": "rc-menu",
"escapedName": "rc-menu",
"rawSpec": "~8.10.0",
"saveSpec": null,
"fetchSpec": "~8.10.0"
},
"_requiredBy": [
"/antd",
"/rc-mentions",
"/rc-tabs"
],
"_resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-8.10.1.tgz",
"_shasum": "5637d85760ea6bd6ead49f44ae29686c5cc59798",
"_spec": "rc-menu@~8.10.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/menu/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"mini-store": "^3.0.1",
"omit.js": "^2.0.0",
"rc-motion": "^2.0.1",
"rc-trigger": "^5.1.2",
"rc-util": "^5.5.0",
"resize-observer-polyfill": "^1.5.0",
"shallowequal": "^1.1.0"
},
"deprecated": false,
"description": "menu ui component for react",
"devDependencies": {
"@types/jest": "^26.0.4",
"@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",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.0.0",
"father": "^2.22.0",
"less": "^3.10.3",
"np": "^6.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^4.0.2"
},
"files": [
"es",
"lib",
"assets/*.css",
"assets/*.less"
],
"homepage": "http://github.com/react-component/menu",
"keywords": [
"react",
"react-component",
"menu",
"ui",
"react-menu"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
},
{
"name": "hualei5280@gmail.com"
}
],
"module": "./es/index",
"name": "rc-menu",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/menu.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 --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "8.10.1"
}