{
	"name": "yh-react-virtuallist",
	"version": "0.4.0",
	"private": false,
	"license": "MIT",
	"description": "yh-react-virtuallist 虚拟列表组件",
	"keywords": [
		"virtuallist",
		"react"
	],
	"module": "dist/index",
	"main": "dist/index",
	"files": [
		"dist"
	],
	"homepage": "/yh-react-virtuallist",
	"author": "yehuozhili",
	"repository": {
		"type": "git",
		"url": "https://github.com/yehuozhili/yh-react-virtuallist"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "^5.11.4",
		"@testing-library/react": "^11.1.0",
		"@testing-library/user-event": "^12.1.10",
		"@types/jest": "^26.0.15",
		"@types/node": "^12.0.0",
		"@types/react": "^16.9.53",
		"@types/react-dom": "^16.9.8",
		"react": "^17.0.1",
		"react-dom": "^17.0.1",
		"react-scripts": "4.0.0",
		"typescript": "^4.0.3",
		"web-vitals": "^0.2.4"
	},
	"peerDependencies": {
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"scripts": {
		"start": "react-scripts start",
		"build": "react-scripts build",
		"test": "react-scripts test",
		"eject": "react-scripts eject",
		"build-ts": "tsc -p tsconfig.build.json"
	},
	"eslintConfig": {
		"extends": [
			"react-app",
			"react-app/jest"
		]
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	}
}
