1
This commit is contained in:
+77
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "@rc-component/virtual-list",
|
||||
"version": "1.0.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",
|
||||
"assets"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"scripts": {
|
||||
"start": "dumi dev",
|
||||
"build": "dumi build",
|
||||
"compile": "father build",
|
||||
"prepublishOnly": "npm run compile && rc-np",
|
||||
"lint": "eslint src/ --ext .tsx,.ts",
|
||||
"test": "rc-test",
|
||||
"now-build": "npm run build"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.9.0",
|
||||
"react-dom": ">=16.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rc-component/father-plugin": "^2.1.3",
|
||||
"@rc-component/np": "^1.0.4",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@types/enzyme": "^3.10.5",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/react": "^18.0.8",
|
||||
"@types/react-dom": "^18.0.3",
|
||||
"@types/warning": "^3.0.0",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"dumi": "^2.2.17",
|
||||
"enzyme": "^3.1.0",
|
||||
"enzyme-adapter-react-16": "^1.15.6",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-unicorn": "^55.0.0",
|
||||
"father": "^4.4.0",
|
||||
"glob": "^7.1.6",
|
||||
"rc-animate": "^2.9.1",
|
||||
"rc-test": "^7.0.15",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.0",
|
||||
"@rc-component/resize-observer": "^1.0.1",
|
||||
"@rc-component/util": "^1.4.0",
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user