Files
icehrm/web/node_modules/rc-virtual-list/package.json
2020-05-20 18:47:29 +02:00

95 lines
2.5 KiB
JSON

{
"_from": "rc-virtual-list@^1.1.0",
"_id": "rc-virtual-list@1.1.2",
"_inBundle": false,
"_integrity": "sha512-+WwxrtmBta7vcPCty7MtgilBmbxSGwN28Y8o+MG3GkHZccV0tXT+PLnAB+5WOjhhH10iFq+pzviRcXgcZ1x4OA==",
"_location": "/rc-virtual-list",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-virtual-list@^1.1.0",
"name": "rc-virtual-list",
"escapedName": "rc-virtual-list",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/antd",
"/rc-select",
"/rc-tree"
],
"_resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-1.1.2.tgz",
"_shasum": "fe3da1136b3ce612b37891fc2cf43447c8a40b2f",
"_spec": "rc-virtual-list@^1.1.0",
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
"author": {
"name": "smith3816@gmail.com"
},
"bugs": {
"url": "https://github.com/react-component/virtual-list/issues"
},
"bundleDependencies": false,
"dependencies": {
"classnames": "^2.2.6",
"raf": "^3.4.1",
"rc-util": "^4.8.0"
},
"deprecated": false,
"description": "React Virtual List Component",
"devDependencies": {
"@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",
"father": "^2.13.2",
"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": "1.1.2"
}