package.json
2.38 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
{
"_from": "rc-mentions@~1.5.0",
"_id": "rc-mentions@1.5.2",
"_inBundle": false,
"_integrity": "sha512-GqV0tOtHY3pLpOsFCxJ2i6Ad8AVfxFmz0NlD/8rb8IG8pMpthJKcdfnXlNZRx3Fa9O4YEgJpdSY1WEbmlx2DWQ==",
"_location": "/rc-mentions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-mentions@~1.5.0",
"name": "rc-mentions",
"escapedName": "rc-mentions",
"rawSpec": "~1.5.0",
"saveSpec": null,
"fetchSpec": "~1.5.0"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-1.5.2.tgz",
"_shasum": "94559a369de73e7cc92f343badaf94499fb410a7",
"_spec": "rc-mentions@~1.5.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/mentions/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",
"rc-menu": "^8.0.1",
"rc-textarea": "^0.3.0",
"rc-trigger": "^5.0.4",
"rc-util": "^5.0.1"
},
"deprecated": false,
"description": "React Mentions",
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.15",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/warning": "^3.0.0",
"@umijs/fabric": "^2.0.8",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.1.4",
"eslint": "^7.1.0",
"father": "^2.13.6",
"lodash.debounce": "^4.0.8",
"np": "^6.2.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"typescript": "^4.0.3"
},
"files": [
"assets/*.css",
"es",
"dist",
"lib"
],
"homepage": "http://github.com/react-component/mentions",
"keywords": [
"react",
"react-component",
"react-mentions",
"mentions"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-mentions",
"peerDependencies": {
"react": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/mentions.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build",
"lint": "eslint src/ --ext .tsx,.ts",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
"start": "father doc dev --storybook",
"test": "father test"
},
"version": "1.5.2"
}