package.json
2.71 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
{
"_from": "rc-notification@~4.5.2",
"_id": "rc-notification@4.5.4",
"_inBundle": false,
"_integrity": "sha512-VsN0ouF4uglE5g3C9oDsXLNYX0Sz++ZNUFYCswkxhpImYJ9u6nJOpyA71uOYDVCu6bAF54Y5Hi/b+EcnMzkepg==",
"_location": "/rc-notification",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-notification@~4.5.2",
"name": "rc-notification",
"escapedName": "rc-notification",
"rawSpec": "~4.5.2",
"saveSpec": null,
"fetchSpec": "~4.5.2"
},
"_requiredBy": [
"/antd"
],
"_resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-4.5.4.tgz",
"_shasum": "1292e163003db4b9162c856a4630e5d0f1359356",
"_spec": "rc-notification@~4.5.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/notification/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-motion": "^2.2.0",
"rc-util": "^5.0.1"
},
"deprecated": false,
"description": "notification ui component for react",
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"cross-env": "^7.0.0",
"enzyme": "^3.3.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.8.1",
"father": "^2.13.2",
"less": "^3.10.3",
"np": "^6.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=8.x"
},
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib"
],
"homepage": "http://github.com/react-component/notification",
"keywords": [
"react",
"react-component",
"react-notification",
"notification"
],
"license": "MIT",
"main": "lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
},
{
"name": "skyking_H@hotmail.com"
},
{
"name": "hust2012jiangkai@gmail.com"
}
],
"module": "es/index",
"name": "rc-notification",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/notification.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"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": "4.5.4"
}