You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.7 KiB
71 lines
1.7 KiB
{
|
|
"name": "rc-virtual-list",
|
|
"version": "3.4.2",
|
|
"description": "React Virtual List Component",
|
|
"engines": {
|
|
"node": ">=8.x"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"virtual-list"
|
|
],
|
|
"homepage": "https://github.com/react-component/virtual-list",
|
|
"author": "smith3816@gmail.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-component/virtual-list.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/virtual-list/issues"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"dist",
|
|
"assets/*.css"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"scripts": {
|
|
"start": "dumi dev",
|
|
"build": "dumi build",
|
|
"compile": "father build",
|
|
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
|
"lint": "eslint src/ --ext .tsx,.ts",
|
|
"test": "father test",
|
|
"now-build": "npm run build"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"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",
|
|
"dumi": "^1.1.12",
|
|
"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",
|
|
"glob": "^7.1.6",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"rc-resize-observer": "^1.0.0",
|
|
"rc-util": "^5.0.7"
|
|
}
|
|
}
|