1 Star 0 Fork 0

王浩枫/react-virtuoso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
Petyo Ivanov 提交于 2024-08-31 11:13 . chore: upgrade vite and local react
{
"name": "react-virtuoso",
"author": "Petyo Ivanov",
"sideEffects": false,
"version": "0.0.0-semantic-release",
"homepage": "https://virtuoso.dev/",
"license": "MIT",
"source": "src/index.tsx",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [
"react",
"reactjs",
"virtual",
"endless",
"load more",
"list",
"scrolling",
"infinite",
"virtualized",
"grid",
"feed",
"chat"
],
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"e2e": "playwright test",
"lint": "eslint src test e2e --ext .ts,.tsx",
"typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
"dev": "LADLE=true ladle serve",
"prepare": "pnpm run build && husky install",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": ">=16 || >=17 || >= 18",
"react-dom": ">=16 || >=17 || >= 18"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.10.8",
"@faker-js/faker": "^7.6.0",
"@ladle/react": "^2.12.3",
"@playwright/test": "^1.33.0",
"@tanstack/react-table": "^8.9.11",
"@testing-library/react": "^14.0.0",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/react": "^18.2.64",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.2.21",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-react": "^4.3.1",
"clsx": "^1.2.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"immer": "^10.0.1",
"jsdom": "^22.0.0",
"lodash": "^4.17.21",
"playwright": "^1.33.0",
"prettier": "^2.2.1",
"prism-react-renderer": "^1.3.5",
"react": "18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.14.0",
"semantic-release": "^19.0.5",
"terser": "^5.17.1",
"tslib": "^2.5.0",
"typedoc": "^0.24.6",
"typedoc-plugin-markdown": "^3.15.3",
"typescript": "^5.0.4",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.0.3",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@8.14.3+sha256.2d0363bb6c314daa67087ef07743eea1ba2e2d360c835e8fec6b5575e4ed9484",
"engines": {
"node": ">=10"
},
"prettier": {
"printWidth": 140,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "https://github.com/petyosi/react-virtuoso.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/whf293/react-virtuoso.git
git@gitee.com:whf293/react-virtuoso.git
whf293
react-virtuoso
react-virtuoso
master

搜索帮助