package.json
3.06 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
108
{
"_from": "rc-resize-observer@^0.2.3",
"_id": "rc-resize-observer@0.2.6",
"_inBundle": false,
"_integrity": "sha512-YX6nYnd6fk7zbuvT6oSDMKiZjyngjHoy+fz+vL3Tez38d/G5iGdaDJa2yE7345G6sc4Mm1IGRUIwclvltddhmA==",
"_location": "/rc-resize-observer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-resize-observer@^0.2.3",
"name": "rc-resize-observer",
"escapedName": "rc-resize-observer",
"rawSpec": "^0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
},
"_requiredBy": [
"/antd",
"/rc-table",
"/rc-tabs",
"/rc-textarea",
"/rc-virtual-list"
],
"_resolved": "https://registry.npmjs.org/rc-resize-observer/-/rc-resize-observer-0.2.6.tgz",
"_shasum": "c1b642f6d1293e34c4e3715f47f69443a167b825",
"_spec": "rc-resize-observer@^0.2.3",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bugs": {
"url": "http://github.com/react-component/resize-observer/issues"
},
"bundleDependencies": false,
"cnpm": {
"mode": "npm"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1",
"rc-util": "^5.0.0",
"resize-observer-polyfill": "^1.5.1"
},
"deprecated": false,
"description": "Resize observer for React",
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "^26.0.6",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@umijs/fabric": "^2.0.9",
"coveralls": "^3.0.6",
"cross-env": "^7.0.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.4.0",
"father": "^2.13.4",
"less": "^3.10.3",
"np": "^6.2.4",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"regenerator-runtime": "^0.13.7"
},
"files": [
"assets/*.css",
"assets/*.less",
"es",
"lib",
"dist"
],
"homepage": "https://react-component.github.io/resize-observer",
"keywords": [
"react",
"react-component",
"react-resize-observer",
"resize-observer"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-resize-observer",
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/resize-observer.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"coverage": "father test --coverage",
"gh-pages": "npm run build && father doc deploy",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"now-build": "npm run build",
"postpublish": "npm run gh-pages",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"tnpm": {
"mode": "npm"
},
"version": "0.2.6"
}