/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/virtualization/package.json
36 строк
1019 B
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "name": "@repo/virtualization", "version": "0.0.1", "private": true, "description": "List virtualization with TanStack Virtual for Front-End Checklist", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "biome check .", "test": "jest --passWithNoTests", "test:ci": "jest --ci --passWithNoTests", "test:coverage": "jest --coverage --ci --passWithNoTests", "test:watch": "jest --watch", "typecheck": "tsc --noEmit" }, "dependencies": { "@repo/types": "workspace:*", "@tanstack/react-virtual": "^3.13.26" }, "devDependencies": { "@repo/config-typescript": "workspace:^", "@testing-library/react": "catalog:", "@types/jest": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "jest": "catalog:", "react": "catalog:", "react-dom": "catalog:", "typescript": "catalog:" }, "peerDependencies": { "react": "catalog:", "react-dom": "catalog:" } }