package.json
2.59 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
{
"_from": "rc-virtual-list@^3.2.0",
"_id": "rc-virtual-list@3.2.3",
"_inBundle": false,
"_integrity": "sha512-uEeYDQWwQhxR97SekPeGRbzPtHSbSpw/mYb6QpZZ9bA43kf7s1socV3fD3ySYhQVzo0I+/IUD9jFGit6FbM0WA==",
"_location": "/rc-virtual-list",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-virtual-list@^3.2.0",
"name": "rc-virtual-list",
"escapedName": "rc-virtual-list",
"rawSpec": "^3.2.0",
"saveSpec": null,
"fetchSpec": "^3.2.0"
},
"_requiredBy": [
"/rc-select",
"/rc-tree"
],
"_resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.2.3.tgz",
"_shasum": "fec67ebe5956ac240b303f77dd2894c97e4f2902",
"_spec": "rc-virtual-list@^3.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rc-select",
"author": {
"name": "smith3816@gmail.com"
},
"bugs": {
"url": "https://github.com/react-component/virtual-list/issues"
},
"bundleDependencies": false,
"dependencies": {
"classnames": "^2.2.6",
"rc-resize-observer": "^0.2.3",
"rc-util": "^5.0.7"
},
"deprecated": false,
"description": "React Virtual List Component",
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.1.3",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/warning": "^3.0.0",
"cross-env": "^5.2.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"eslint": "^7.6.0",
"father": "^2.29.10",
"np": "^5.0.3",
"rc-animate": "^2.9.1",
"react": "^v16.9.0-alpha.0",
"react-dom": "^v16.9.0-alpha.0",
"typescript": "^3.5.2"
},
"engines": {
"node": ">=8.x"
},
"files": [
"lib",
"es",
"dist",
"assets/*.css"
],
"homepage": "https://github.com/react-component/virtual-list",
"keywords": [
"react",
"react-component",
"virtual-list"
],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"name": "rc-virtual-list",
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-component/virtual-list.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 --no-cleanup --yolo --no-publish",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "3.2.3"
}